@prefix : . @prefix dc: . @prefix obo: . @prefix odo: . @prefix owl: . @prefix rdf: . @prefix sdo: . @prefix xml: . @prefix xsd: . @prefix doap: . @prefix oboe: . @prefix rdfs: . @prefix skos: . @prefix orcid: . @prefix w3ssn: . @prefix w3time: . @prefix dcterms: . @prefix dwcterms: . @prefix oboInOwl: . @base . rdf:type owl:Ontology ; owl:versionIRI ; owl:versionInfo "0.4.0" ; owl:imports , , ; dc:date "2024-08-21T11:02:10-07:00"^^xsd:dateTimeStamp ; rdfs:label "Salmon Ontology" ; dc:description "An ontology representing knowledge about salmon, features of their habitats, salmon stakeholders, and related entities. This ontology is considered to be in the early stages of development, though it is based upon considerable previous work. Contributions of all kinds are welcome and encouraged, including alignments, updates to existing terms, and new terms." ; dcterms:creator [ sdo:affiliation [ sdo:identifier ; sdo:name "National Center for Ecological Analysis and Synthesis" ; sdo:url "https://www.nceas.ucsb.edu/"^^xsd:anyURI ] ; sdo:identifier ; sdo:name "Justin A. Kadi" ] , [ sdo:affiliation [ sdo:identifier ; sdo:name "National Center for Ecological Analysis and Synthesis" ; sdo:url "https://www.nceas.ucsb.edu/"^^xsd:anyURI ] ; sdo:identifier ; sdo:name "Samantha Csik" ] , [ sdo:affiliation [ sdo:identifier ; sdo:name "National Center for Ecological Analysis and Synthesis" ; sdo:url "https://www.nceas.ucsb.edu/"^^xsd:anyURI ] ; sdo:identifier ; sdo:name "Bryce Mecum" ] , [ sdo:affiliation [ sdo:identifier ; sdo:name "National Center for Ecological Analysis and Synthesis" ; sdo:url "https://www.nceas.ucsb.edu/"^^xsd:anyURI ] ; sdo:identifier ; sdo:name "Mark Schildhauer" ] , [ sdo:affiliation [ sdo:identifier ; sdo:name "National Center for Ecological Analysis and Synthesis" ; sdo:url "https://www.nceas.ucsb.edu/"^^xsd:anyURI ] ; sdo:identifier ; sdo:name "Matthew B. Jones" ] ; dcterms:license "https://creativecommons.org/publicdomain/zero/1.0/" ; doap:GitRepository "https://github.com/DataONEorg/sem-prov-ontologies" ; doap:bug-database "https://github.com/DataONEorg/sem-prov-ontologies/issues" ; oboInOwl:default-namespace "SALMON" ; rdfs:comment """Draft ontology to support Semantic Annotation of SASAP and salmon-related datasets housed in the SASAP Data Portal (https://knb.ecoinformatics.org/portals/SASAP/About). April 7, 2022 UPDATE (Mark Schildhauer; schild@nceas.ucsb.edu) This version of the salmon ontology preserves all terms and their original URI identifiers (\"GUIDS\") used to semantically annotate datasets in the SASAP data archives as of April 7, 2022, while also containing a number of additional terms that are not yet used. There are a number of \"provisional\" terms that have been added throughout the Ontology, i.e. as Classes, Individuals, Object, Datatype and Annotation Properties-- some are stubs for further axiomatization, other patterns are experimental and need to be cleaned up or revised as work progresses. In addition, a number of relationships have been created-- using Object Properties, Existential and Universal Quantifier Axioms, and \"Annotation Properties as Flags\"-- are in this Ontology due to experimentation with various approaches to inferencing. These are especially apparent in the treatment of Taxonomic and Vernacular names of Pacific Salmon. These should also be considered provisional and experimental. None of these issues should impact proper interpretation of annotated items in our SASAP archive Developed with Protege 5.5.0 Inferences using Pellet ============== creator: Samantha Csik, scsik@nceas.ucsb.edu created: 2021-04-12 updated: 2021-06-14 2021-07-20 mps (schild@nceas.ucsb.edu) 2021-08-05 mps (schild@nceas.ucsb.edu) 2021-08-09 mps (schild@nceas.ucsb.edu) 2021-08-11 mps (schild@nceas.ucsb.edu) 2021-08-13 mps (schild@nceas.ucsb.edu) merged in missing Classes from Sam's earlier version 2021-09-08 mps (schild@nceas.ucsb.edu) corrected all ID's to be 8 chars long 2021-10-04 mps with import of ENVO \"ecology\" subset 2021-10-13 mps added fisheries types; test modeling of different representation of taxonomies-- scoped domains/ranges? 2021-11-15 mps fixed \"Age class Y\" recruits to \"Age class Y.x recruits\" etc removed some test Classes 2021-12-21 mps 2022-01-13 mps: reorganized the \"Names\" and \"Code\" Classes and added comments 2022-01-13 mps: added comments where flagged by Sam as missing 2022-01-28 mps: imported Geosparql 1.0 2022-02-03 mps:added some classes; refined descriptions that Sam had flagged as needing attention 2022-02-17 mps: the ENVO Subset import is now deprecated due to change in the build workflow of ENVO, making its original import materialization inaccessible. 2022-03-24 mps: added more salmon common names, searching for most concise way to infer equivalences of vernacular and scientifically named types/individuals...NOT YET FULLY RESOLVED 2022-03-31 mps: removed SKOS-DL import from Object Properties but a number of \"Usages\" of SKOS-DL structures still need to be cleansed 2022-04-06 mps: discussed Import process with ENVO folks, and was able to successfully re-import the \"astronomical-body-part-hiearchy.owl\" subset that contains a number of useful entities that are nicely organized and axiomatized. 2022-04-07 mps: sent current revision to Bryce for upload to Ontology dereference PURLs that are provided as semantic annotations to data components in our SASAP data archive EOF""" . ################################################################# # Annotation properties ################################################################# ### http://purl.obolibrary.org/obo/IAO_0000112 obo:IAO_0000112 rdf:type owl:AnnotationProperty . ### http://purl.obolibrary.org/obo/IAO_0000115 obo:IAO_0000115 rdf:type owl:AnnotationProperty . ### http://purl.obolibrary.org/obo/IAO_0000119 obo:IAO_0000119 rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/creator dc:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/date dc:date rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/description dc:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/identifier dc:identifier rdf:type owl:AnnotationProperty . ### http://purl.org/dc/elements/1.1/source dc:source rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator dcterms:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license dcterms:license rdf:type owl:AnnotationProperty . ### http://rs.tdwg.org/dwc/terms/originalNameUsage dwcterms:originalNameUsage rdf:type owl:AnnotationProperty . ### http://schema.org/affiliation sdo:affiliation rdf:type owl:AnnotationProperty . ### http://schema.org/identifier sdo:identifier rdf:type owl:AnnotationProperty . ### http://schema.org/name sdo:name rdf:type owl:AnnotationProperty . ### http://schema.org/url sdo:url rdf:type owl:AnnotationProperty . ### http://usefulinc.com/ns/doap#GitRepository doap:GitRepository rdf:type owl:AnnotationProperty . ### http://usefulinc.com/ns/doap#bug-database doap:bug-database rdf:type owl:AnnotationProperty . ### http://www.geneontology.org/formats/oboInOwl#default-namespace oboInOwl:default-namespace rdf:type owl:AnnotationProperty . ### http://www.geneontology.org/formats/oboInOwl#hasDbXref oboInOwl:hasDbXref rdf:type owl:AnnotationProperty . ### http://www.geneontology.org/formats/oboInOwl#hasExactSynonym oboInOwl:hasExactSynonym rdf:type owl:AnnotationProperty . ### http://www.w3.org/2002/07/owl#equivalentClass owl:equivalentClass rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#altLabel skos:altLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#broadMatch skos:broadMatch rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#closeMatch skos:closeMatch rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#definition skos:definition rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#exactMatch skos:exactMatch rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#hiddenLabel skos:hiddenLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#narrowMatch skos:narrowMatch rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#prefLabel skos:prefLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#relatedMatch skos:relatedMatch rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://purl.dataone.org/odo/SALMON_00000581 odo:SALMON_00000581 rdf:type owl:ObjectProperty ; rdfs:range odo:SALMON_00000125 ; dc:creator ; dc:date "2021-05-26T21:41:26Z"^^xsd:dateTime ; rdfs:label "hasNativeWaterbody"@en . ### http://purl.dataone.org/odo/SALMON_00000617 odo:SALMON_00000617 rdf:type owl:ObjectProperty ; owl:inverseOf odo:SALMON_00000620 ; rdfs:range odo:SALMON_00000614 ; dc:creator ; dc:date "2021-06-01T20:26:57Z"^^xsd:dateTime ; rdfs:label "hasMigratoryPattern"@en . ### http://purl.dataone.org/odo/SALMON_00000618 odo:SALMON_00000618 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; owl:inverseOf odo:SALMON_00000619 ; rdfs:range odo:SALMON_00000611 ; dc:creator ; dc:date "2021-06-01T20:27:15Z"^^xsd:dateTime ; rdfs:label "hasReproductiveStrategy"@en . ### http://purl.dataone.org/odo/SALMON_00000619 odo:SALMON_00000619 rdf:type owl:ObjectProperty ; rdfs:domain odo:SALMON_00000611 ; dc:creator ; dc:date "2021-06-01T20:30:32Z"^^xsd:dateTime ; rdfs:label "reproductiveStrategyOf"@en . ### http://purl.dataone.org/odo/SALMON_00000620 odo:SALMON_00000620 rdf:type owl:ObjectProperty ; rdfs:domain odo:SALMON_00000614 ; dc:creator ; dc:date "2021-06-01T20:31:46Z"^^xsd:dateTime ; rdfs:label "migratoryPatternOf"@en . ### http://purl.dataone.org/odo/SALMON_00000828 odo:SALMON_00000828 rdf:type owl:ObjectProperty ; rdfs:subPropertyOf owl:topObjectProperty ; rdfs:range odo:SALMON_00000829 ; dc:creator ; dc:date "2021-08-12T01:42:16Z"^^xsd:dateTime ; rdfs:comment "Object property to enable linking an information-bearing object such as a dataset, to its assertion of some organismal occurrence (sensu Darwin Core)" ; rdfs:label "contains occurrence data about"@en . ### http://purl.dataone.org/odo/SALMON_00000841 odo:SALMON_00000841 rdf:type owl:ObjectProperty ; owl:equivalentProperty dwcterms:vernacularName ; rdfs:label "has vernacular name"@en . ### http://purl.dataone.org/odo/SALMON_00000842 odo:SALMON_00000842 rdf:type owl:ObjectProperty ; owl:equivalentProperty dwcterms:scientificName ; rdfs:label "has scientific name"@en . ### http://rs.tdwg.org/dwc/terms/nameAccordingTo dwcterms:nameAccordingTo rdf:type owl:ObjectProperty ; rdfs:range odo:SALMON_00000495 ; rdfs:comment "As of 30April2021, Darwin Core (DWC) does not specify domains and ranges. Currently, I am considering 'Salmon specimen and occurrence' to be the domain and 'Author citation' to be the range." ; skos:definition "The reference to the source in which the specific taxon concept circumscription is defined or implied - traditionally signified by the Latin \"sensu\" or \"sec.\" (from secundum, meaning \"according to\"). For taxa that result from identifications, a reference to the keys, monographs, experts and other sources should be given." . ### http://rs.tdwg.org/dwc/terms/scientificName dwcterms:scientificName rdf:type owl:ObjectProperty ; rdfs:domain odo:SALMON_00000458 ; rdfs:range odo:SALMON_00000494 ; rdfs:comment "As of 30April2021, Darwin Core (DWC) does not specify domains and ranges. Currently, I am considering 'Vernacular name' to be the domain and 'Salmon specimen and occurrence' to be the range." ; skos:definition "The full scientific name, with authorship and date information if known. When forming part of an Identification, this should be the name in lowest level taxonomic rank that can be determined. This term should not contain identification qualifications, which should instead be supplied in the IdentificationQualifier term." . ### http://rs.tdwg.org/dwc/terms/vernacularName dwcterms:vernacularName rdf:type owl:ObjectProperty . ### http://www.w3.org/2006/time#hasBeginning w3time:hasBeginning rdf:type owl:ObjectProperty ; skos:definition "Beginning of a temporal entity." . ### http://www.w3.org/2006/time#hasEnd w3time:hasEnd rdf:type owl:ObjectProperty ; skos:definition "End of a temporal entity." . ### http://www.w3.org/2006/time#hasTemporalDuration w3time:hasTemporalDuration rdf:type owl:ObjectProperty ; skos:definition "Duration of a temporal entity." . ### http://www.w3.org/ns/ssn/isProxyFor w3ssn:isProxyFor rdf:type owl:ObjectProperty ; rdfs:domain odo:SALMON_00000484 ; rdfs:range odo:SALMON_00000184 . ################################################################# # Data properties ################################################################# ### http://purl.dataone.org/odo/SALMON_00000596 odo:SALMON_00000596 rdf:type owl:DatatypeProperty ; rdfs:domain [ rdf:type owl:Class ; owl:unionOf ( odo:SALMON_00000126 odo:SALMON_00000571 ) ] ; rdfs:range xsd:integer ; dc:creator ; dc:date "2021-05-27T18:00:35Z"^^xsd:dateTime ; dc:description "Alaska Department of Fish and Game (ADF&G) uses a list of numeric codes to describe (a) commercially-harvested aquatic species, (b) gear used for harvest, (c) method of catch processing, and (d) delivery form and product type." ; rdfs:label "hasADF&GCode"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000596 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Alaska Department of Fish and Game (ADF&G) uses a list of numeric codes to describe (a) commercially-harvested aquatic species, (b) gear used for harvest, (c) method of catch processing, and (d) delivery form and product type." ; dc:source ] . ################################################################# # Classes ################################################################# ### http://ecoinformatics.org/oboe/oboe.1.2/oboe-core.owl#MeasurementType oboe:MeasurementType rdf:type owl:Class ; skos:definition "A MeasurementType describes the type of a Measurement in which the Measurement would follow the associated Protocol to record the value of the associated Characteristic of the associated Entity using the associated Standard. Any of these associated properties may be omitted, in which case the MeasurementType is only constrained by the provided associations. A MeasurementType is a hypothetical construct, in that it is not associated with a particular instance of a Measurement." . ### http://purl.dataone.org/odo/ECSO_00001167 odo:ECSO_00001167 rdf:type owl:Class ; rdfs:subClassOf oboe:MeasurementType ; rdfs:label "temporal_MeasurementType" ; skos:hiddenLabel "temporal_MeasurementType" ; skos:prefLabel "Temporal Measurement Type" . ### http://purl.dataone.org/odo/ECSO_00001183 odo:ECSO_00001183 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00001167 ; obo:IAO_0000115 "Interval of time representing duration of observation" ; obo:IAO_0000119 """Adapted from http://en.wikipedia.org/wiki/Time""" ; dc:creator ; oboInOwl:hasExactSynonym "duration" , "time interval" ; rdfs:label "Time Step" ; skos:altLabel "duration" , "time interval" ; skos:hiddenLabel "Time Step" ; skos:prefLabel "Time Step" . ### http://purl.dataone.org/odo/ECSO_00001597 odo:ECSO_00001597 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002768 ; dc:creator ; dc:date "2019-05-20T21:33:57Z"^^xsd:dateTime ; rdfs:label "estuary name"@en . ### http://purl.dataone.org/odo/ECSO_00001719 odo:ECSO_00001719 rdf:type owl:Class ; rdfs:subClassOf oboe:MeasurementType ; dc:creator ; dc:date "2018-11-30T05:06:00Z"^^xsd:dateTime ; rdfs:label "data quality assessment measurement type"@en . ### http://purl.dataone.org/odo/ECSO_00001720 odo:ECSO_00001720 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00001719 ; dc:creator ; dc:date "2018-11-30T05:06:08Z"^^xsd:dateTime ; rdfs:label "data quality flag"@en . ### http://purl.dataone.org/odo/ECSO_00002040 odo:ECSO_00002040 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002043 ; dc:creator ; dc:date "2019-01-14T20:43:43Z"^^xsd:dateTime ; rdfs:label "time of measurement"@en . ### http://purl.dataone.org/odo/ECSO_00002043 odo:ECSO_00002043 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00001167 ; dc:creator ; dc:date "2019-01-14T21:16:02Z"^^xsd:dateTime ; rdfs:label "date and time of measurement"@en . ### http://purl.dataone.org/odo/ECSO_00002044 odo:ECSO_00002044 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002040 ; dc:creator ; dc:date "2019-01-14T21:55:20Z"^^xsd:dateTime ; rdfs:label "measurement start time"@en . ### http://purl.dataone.org/odo/ECSO_00002045 odo:ECSO_00002045 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002040 ; dc:creator ; dc:date "2019-01-14T21:55:34Z"^^xsd:dateTime ; rdfs:label "measurement end time"@en . ### http://purl.dataone.org/odo/ECSO_00002047 odo:ECSO_00002047 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002043 ; dc:creator ; dc:date "2019-01-14T22:26:35Z"^^xsd:dateTime ; rdfs:label "month of year"@en . ### http://purl.dataone.org/odo/ECSO_00002048 odo:ECSO_00002048 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002040 ; dc:creator ; dc:date "2019-01-14T22:40:52Z"^^xsd:dateTime ; oboInOwl:hasExactSynonym "hour of day" ; rdfs:label "hour of measurement time"@en ; skos:altLabel "hour of day" . ### http://purl.dataone.org/odo/ECSO_00002050 odo:ECSO_00002050 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002043 ; dc:creator ; dc:date "2019-01-14T23:23:43Z"^^xsd:dateTime ; rdfs:label "year of measurement"@en . ### http://purl.dataone.org/odo/ECSO_00002051 odo:ECSO_00002051 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002043 ; dc:creator ; dc:date "2019-01-14T23:28:39Z"^^xsd:dateTime ; rdfs:label "date"@en . ### http://purl.dataone.org/odo/ECSO_00002053 odo:ECSO_00002053 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00001167 ; dc:creator ; dc:date "2019-01-15T00:16:39Z"^^xsd:dateTime ; rdfs:label "part of season measurement made"@en . ### http://purl.dataone.org/odo/ECSO_00002054 odo:ECSO_00002054 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002068 ; dc:creator ; dc:date "2019-01-15T01:05:09Z"^^xsd:dateTime ; rdfs:label "seconds elapsed"@en . ### http://purl.dataone.org/odo/ECSO_00002058 odo:ECSO_00002058 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002043 ; dc:creator ; dc:date "2019-01-15T18:26:54Z"^^xsd:dateTime ; oboInOwl:hasExactSynonym "Julian day" ; rdfs:label "day of year"@en ; skos:altLabel "Julian day" . ### http://purl.dataone.org/odo/ECSO_00002061 odo:ECSO_00002061 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002058 ; dc:creator ; dc:date "2019-01-15T18:52:39Z"^^xsd:dateTime ; oboInOwl:hasExactSynonym "Julian day fractional" ; rdfs:label "fractional day of year"@en ; skos:altLabel "Julian day fractional" . ### http://purl.dataone.org/odo/ECSO_00002066 odo:ECSO_00002066 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002040 ; dc:creator ; dc:date "2019-01-16T00:19:09Z"^^xsd:dateTime ; rdfs:label "hour and minute of measurement time"@en . ### http://purl.dataone.org/odo/ECSO_00002067 odo:ECSO_00002067 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002068 ; dc:creator ; dc:date "2019-01-16T00:23:41Z"^^xsd:dateTime ; rdfs:label "hours elapsed"@en . ### http://purl.dataone.org/odo/ECSO_00002068 odo:ECSO_00002068 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00001183 ; dc:creator ; dc:date "2019-01-16T00:27:36Z"^^xsd:dateTime ; rdfs:label "elapsed time"@en . ### http://purl.dataone.org/odo/ECSO_00002069 odo:ECSO_00002069 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002040 ; dc:creator ; dc:date "2019-01-16T00:29:17Z"^^xsd:dateTime ; oboInOwl:hasExactSynonym "minute of hour" ; rdfs:label "minute of measurement time"@en ; skos:altLabel "minute of hour" . ### http://purl.dataone.org/odo/ECSO_00002070 odo:ECSO_00002070 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002040 ; dc:creator ; dc:date "2019-01-16T00:29:24Z"^^xsd:dateTime ; oboInOwl:hasExactSynonym "second of hour" ; rdfs:label "second of measurement time"@en ; skos:altLabel "second of hour" . ### http://purl.dataone.org/odo/ECSO_00002072 odo:ECSO_00002072 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002043 ; dc:creator ; dc:date "2019-01-16T00:44:09Z"^^xsd:dateTime ; rdfs:label "year and day of measurement"@en . ### http://purl.dataone.org/odo/ECSO_00002114 odo:ECSO_00002114 rdf:type owl:Class ; rdfs:subClassOf oboe:MeasurementType ; dc:creator ; dc:date "2019-01-17T18:54:57Z"^^xsd:dateTime ; rdfs:label "geographic position measurement type"@en . ### http://purl.dataone.org/odo/ECSO_00002122 odo:ECSO_00002122 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002043 ; dc:creator ; dc:date "2019-01-16T21:15:01Z"^^xsd:dateTime ; rdfs:label "day of month"@en . ### http://purl.dataone.org/odo/ECSO_00002123 odo:ECSO_00002123 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002068 ; dc:creator ; dc:date "2019-01-16T21:22:28Z"^^xsd:dateTime ; rdfs:label "days elapsed"@en . ### http://purl.dataone.org/odo/ECSO_00002130 odo:ECSO_00002130 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002269 ; dc:creator ; dc:date "2019-01-17T18:57:21Z"^^xsd:dateTime ; dc:description "In geography, latitude is a geographic coordinate that specifies the north–south position of a point on the Earth's surface. Latitude is an angle (defined below) which ranges from 0° at the Equator to 90° (North or South) at the poles. Lines of constant latitude, or parallels, run east–west as circles parallel to the equator. Latitude is used together with longitude to specify the precise location of features on the surface of the Earth. On its own, the term latitude should be taken to be the geodetic latitude as defined below. Briefly, geodetic latitude at a point is the angle formed by the vector perpendicular (or normal) to the ellipsoidal surface from that point, and the equatorial plane. Also defined are six auxiliary latitudes that are used in special applications." ; rdfs:label "latitude coordinate"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:ECSO_00002130 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "In geography, latitude is a geographic coordinate that specifies the north–south position of a point on the Earth's surface. Latitude is an angle (defined below) which ranges from 0° at the Equator to 90° (North or South) at the poles. Lines of constant latitude, or parallels, run east–west as circles parallel to the equator. Latitude is used together with longitude to specify the precise location of features on the surface of the Earth. On its own, the term latitude should be taken to be the geodetic latitude as defined below. Briefly, geodetic latitude at a point is the angle formed by the vector perpendicular (or normal) to the ellipsoidal surface from that point, and the equatorial plane. Also defined are six auxiliary latitudes that are used in special applications." ; dc:source "https://en.wikipedia.org/wiki/Latitude" ] . ### http://purl.dataone.org/odo/ECSO_00002132 odo:ECSO_00002132 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002269 ; dc:creator ; dc:date "2019-01-17T18:58:37Z"^^xsd:dateTime ; dc:description "Longitude (/ˈlɒndʒɪtjuːd/, AU and UK also /ˈlɒŋɡɪ-/)[1][2] is a geographic coordinate that specifies the east–west position of a point on the Earth's surface, or the surface of a celestial body. It is an angular measurement, usually expressed in degrees and denoted by the Greek letter lambda (λ). Meridians (lines running from pole to pole) connect points with the same longitude. The prime meridian, which passes near the Royal Observatory, Greenwich, England, is defined as 0° longitude by convention. Positive longitudes are east of the prime meridian, and negative ones are west." ; rdfs:label "longitude coordinate"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:ECSO_00002132 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Longitude (/ˈlɒndʒɪtjuːd/, AU and UK also /ˈlɒŋɡɪ-/)[1][2] is a geographic coordinate that specifies the east–west position of a point on the Earth's surface, or the surface of a celestial body. It is an angular measurement, usually expressed in degrees and denoted by the Greek letter lambda (λ). Meridians (lines running from pole to pole) connect points with the same longitude. The prime meridian, which passes near the Royal Observatory, Greenwich, England, is defined as 0° longitude by convention. Positive longitudes are east of the prime meridian, and negative ones are west." ; dc:source "https://en.wikipedia.org/wiki/Longitude" ] . ### http://purl.dataone.org/odo/ECSO_00002137 odo:ECSO_00002137 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002130 ; dc:creator ; dc:date "2019-01-17T19:36:39Z"^^xsd:dateTime ; rdfs:label "latitude minute component"@en . ### http://purl.dataone.org/odo/ECSO_00002151 odo:ECSO_00002151 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002132 ; dc:creator ; dc:date "2019-01-17T22:52:26Z"^^xsd:dateTime ; rdfs:label "longitude minute component"@en . ### http://purl.dataone.org/odo/ECSO_00002169 odo:ECSO_00002169 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00001167 ; dc:creator ; dc:date "2019-01-22T22:55:13Z"^^xsd:dateTime ; rdfs:label "year and season"@en . ### http://purl.dataone.org/odo/ECSO_00002238 odo:ECSO_00002238 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002068 ; dc:creator ; dc:date "2019-05-04T00:30:14Z"^^xsd:dateTime ; rdfs:label "minutes elapsed"@en . ### http://purl.dataone.org/odo/ECSO_00002239 odo:ECSO_00002239 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002132 ; dc:creator ; dc:date "2019-01-28T21:35:36Z"^^xsd:dateTime ; rdfs:label "longitude degree component"@en . ### http://purl.dataone.org/odo/ECSO_00002243 odo:ECSO_00002243 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002130 ; dc:creator ; dc:date "2019-01-28T21:37:49Z"^^xsd:dateTime ; rdfs:label "latitude second component"@en . ### http://purl.dataone.org/odo/ECSO_00002247 odo:ECSO_00002247 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002130 ; dc:creator ; dc:date "2019-01-28T21:57:42Z"^^xsd:dateTime ; rdfs:label "latitude degree component"@en . ### http://purl.dataone.org/odo/ECSO_00002250 odo:ECSO_00002250 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002132 ; dc:creator ; dc:date "2019-01-28T21:59:23Z"^^xsd:dateTime ; rdfs:label "longitude second component"@en . ### http://purl.dataone.org/odo/ECSO_00002269 odo:ECSO_00002269 rdf:type owl:Class ; owl:equivalentClass odo:SALMON_00000830 ; rdfs:subClassOf odo:ECSO_00002114 ; dc:creator ; dc:date "2019-01-29T00:50:47Z"^^xsd:dateTime ; rdfs:label "latitude and longitude coordinates"@en . ### http://purl.dataone.org/odo/ECSO_00002366 odo:ECSO_00002366 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002169 ; dc:creator ; dc:date "2019-05-17T22:41:45Z"^^xsd:dateTime ; rdfs:label "season"@en . ### http://purl.dataone.org/odo/ECSO_00002392 odo:ECSO_00002392 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000878 ; dc:creator ; dc:date "2019-02-20T18:28:45Z"^^xsd:dateTime ; rdfs:label "station name"@en . ### http://purl.dataone.org/odo/ECSO_00002393 odo:ECSO_00002393 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000672 ; dc:creator ; dc:date "2019-02-20T18:41:50Z"^^xsd:dateTime ; rdfs:comment "Identifier associated, in some context, with a \"station\", i.e. a location having some established facilities for doing scientific research" ; rdfs:label "station identifier"@en . ### http://purl.dataone.org/odo/ECSO_00002439 odo:ECSO_00002439 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002768 ; dc:creator ; dc:date "2019-03-15T23:46:34Z"^^xsd:dateTime ; rdfs:label "creek name"@en . ### http://purl.dataone.org/odo/ECSO_00002440 odo:ECSO_00002440 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002768 ; dc:creator ; dc:date "2019-03-15T23:48:23Z"^^xsd:dateTime ; rdfs:label "cruise name"@en . ### http://purl.dataone.org/odo/ECSO_00002450 odo:ECSO_00002450 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00001719 ; dc:creator ; dc:date "2019-03-19T21:55:20Z"^^xsd:dateTime ; rdfs:label "observer confidence"@en . ### http://purl.dataone.org/odo/ECSO_00002547 odo:ECSO_00002547 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002768 ; dc:creator ; dc:date "2019-03-25T22:43:37Z"^^xsd:dateTime ; rdfs:label "valley name"@en . ### http://purl.dataone.org/odo/ECSO_00002556 odo:ECSO_00002556 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00001719 ; dc:creator ; dc:date "2019-03-26T17:39:32Z"^^xsd:dateTime ; rdfs:label "signal quality"@en . ### http://purl.dataone.org/odo/ECSO_00002566 odo:ECSO_00002566 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002768 ; dc:creator ; dc:date "2019-03-26T22:54:25Z"^^xsd:dateTime ; rdfs:label "lake name"@en . ### http://purl.dataone.org/odo/ECSO_00002627 odo:ECSO_00002627 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002068 ; dc:creator ; dc:date "2019-07-15T23:41:07Z"^^xsd:dateTime ; rdfs:label "years elapsed"@en . ### http://purl.dataone.org/odo/ECSO_00002768 odo:ECSO_00002768 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000878 ; dc:creator ; dc:date "2019-04-24T00:15:35Z"^^xsd:dateTime ; rdfs:label "study location name"@en . ### http://purl.dataone.org/odo/ECSO_00002772 odo:ECSO_00002772 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002768 ; dc:creator ; dc:date "2019-04-25T22:17:53Z"^^xsd:dateTime ; rdfs:label "river or stream name"@en . ### http://purl.dataone.org/odo/ECSO_00002882 odo:ECSO_00002882 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002054 ; dc:creator ; dc:date "2019-05-07T21:18:21Z"^^xsd:dateTime ; rdfs:label "milliseconds elapsed"@en . ### http://purl.dataone.org/odo/ECSO_00002997 odo:ECSO_00002997 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000672 ; dc:creator ; dc:date "2019-05-23T19:30:55Z"^^xsd:dateTime ; rdfs:comment "Identifier associated, in some context\" with a \"Site\"-- i.e. a location where some research data have been or are being collected" ; rdfs:label "site identifier"@en . ### http://purl.dataone.org/odo/SALMON_00000124 odo:SALMON_00000124 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Class ; owl:unionOf ( odo:SALMON_00000676 odo:SALMON_00000677 odo:SALMON_00000678 ) ] ; rdfs:subClassOf odo:SALMON_00000675 ; dc:creator ; dc:date "2021-03-30T20:59:48Z"^^xsd:dateTime ; rdfs:comment "Union of Place and Location to enable searching over both less and more precise named designations of Regions" ; rdfs:label "Place or location or region"@en . ### http://purl.dataone.org/odo/SALMON_00000125 odo:SALMON_00000125 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000202 ; dc:creator ; dc:date "2021-03-30T20:59:53Z"^^xsd:dateTime ; dc:description "The term body of water most often refers to large accumulations of water, such as oceans, seas, and lakes, but it includes smaller pools of water such as ponds, wetlands, or more rarely, puddles. A body of water does not have to be still or contained; Rivers, streams, canals, and other geographical features where water moves from one place to another are also considered bodies of water." ; rdfs:label "Water body"@en ; skos:altLabel """waterbody body of water aquatic feature""" ; skos:definition "An accumulation of water of varying size." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000063" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000125 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "The term body of water most often refers to large accumulations of water, such as oceans, seas, and lakes, but it includes smaller pools of water such as ponds, wetlands, or more rarely, puddles. A body of water does not have to be still or contained; Rivers, streams, canals, and other geographical features where water moves from one place to another are also considered bodies of water." ; dc:source "https://en.wikipedia.org/wiki/Body_of_water, accessed 2021-03-30" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000125 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An accumulation of water of varying size." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Body_of_water, accessed 2021-03-30 https://www.wikidata.org/wiki/Q15324, accessed 2021-03-30""" ] . ### http://purl.dataone.org/odo/SALMON_00000126 odo:SALMON_00000126 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000458 ; dc:creator ; dc:date "2021-03-30T21:00:02Z"^^xsd:dateTime ; rdfs:label "Pacific trout and char"@en . ### http://purl.dataone.org/odo/SALMON_00000127 odo:SALMON_00000127 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000167 ; dc:creator ; dc:date "2021-03-31T17:43:39Z"^^xsd:dateTime ; rdfs:label "Fish length measurement type"@en ; skos:closeMatch "http://purl.dataone.org/odo/ECSO_00000553" ; skos:definition "A numerical value which represents the length of a fish, typically in units of millimeters, centimeters, or inches." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000127 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A numerical value which represents the length of a fish, typically in units of millimeters, centimeters, or inches." ; oboInOwl:hasDbXref "http://purl.dataone.org/odo/ECSO_00000553" ] . ### http://purl.dataone.org/odo/SALMON_00000128 odo:SALMON_00000128 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000127 ; dc:creator ; dc:date "2021-03-31T18:19:34Z"^^xsd:dateTime ; rdfs:label "Fork length"@en ; rdfs:seeAlso odo:SALMON_00000631 ; skos:altLabel """FL tip of snout to fork of tail""" ; skos:definition "A fish length measurement taken from the most anterior part of a fish to the tip of the median caudal fin rays (i.e. fork)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000128 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fish length measurement taken from the most anterior part of a fish to the tip of the median caudal fin rays (i.e. fork)." ; dc:source "https://www.monitoringresources.org/Document/Method/Details/4041, accessed 2021-03-31" ] . ### http://purl.dataone.org/odo/SALMON_00000129 odo:SALMON_00000129 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000127 ; dc:creator ; dc:date "2021-03-31T18:19:40Z"^^xsd:dateTime ; rdfs:label "Post-orbit to fork of tail length"@en ; rdfs:seeAlso odo:SALMON_00000635 ; skos:altLabel "POFK" ; skos:definition "A fish length measurement taken from the hind margin of the orbit to the tip of the median caudal fin rays." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000129 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget "POFK" ; rdfs:comment "\"POFK\" is an acronym used by Alaska Department of Fish & Game (ADF&G)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000129 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fish length measurement taken from the hind margin of the orbit to the tip of the median caudal fin rays." ; oboInOwl:hasDbXref """https://www.monitoringresources.org/Document/Method/Details/1548, accessed 2021-03-31 https://www.monitoringresources.org/Document/Method/Details/4041, accessed 2021-03-31""" ] . ### http://purl.dataone.org/odo/SALMON_00000130 odo:SALMON_00000130 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000127 ; dc:creator ; dc:date "2021-03-31T18:19:49Z"^^xsd:dateTime ; rdfs:label "Post orbit to hypural plate length"@en ; rdfs:seeAlso odo:SALMON_00000636 ; skos:altLabel "POHL" ; skos:definition "A fish length measurement taken from the hind margin of the orbit to the hypural plate." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000130 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget "POHL" ; rdfs:comment "\"POHL\" is an acronym used by Alaska Department of Fish & Game (ADF&G)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000130 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fish length measurement taken from the hind margin of the orbit to the hypural plate." ; dc:source "https://www.monitoringresources.org/Document/Method/Details/1548, accessed 2021-03-31" ] . ### http://purl.dataone.org/odo/SALMON_00000131 odo:SALMON_00000131 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000127 ; dc:creator ; dc:date "2021-03-31T18:19:56Z"^^xsd:dateTime ; rdfs:label "Mid-orbit to hypural plate length"@en ; rdfs:seeAlso odo:SALMON_00000633 ; skos:altLabel """Mid-eye to hypural plate MEHL MEPS Mid-eye to posterior scale""" ; skos:definition "A fish length measurement taken from the middle of the orbit (i.e. eye) to the hypural plate." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000131 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Mid-eye to hypural plate MEHL MEPS Mid-eye to posterior scale""" ; rdfs:comment "\"MEHL\" is an acronym used by Alaska Department of Fish & Game (ADF&G)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000131 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fish length measurement taken from the middle of the orbit (i.e. eye) to the hypural plate." ; dc:source "https://www.monitoringresources.org/Document/Method/Details/1549, accessed 2021-03-31" ] . ### http://purl.dataone.org/odo/SALMON_00000132 odo:SALMON_00000132 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000127 ; dc:creator ; dc:date "2021-03-31T18:20:26Z"^^xsd:dateTime ; dc:description "The insertion of a fin is the posterior-most point where the fin connects with the body." ; rdfs:label "Mid-orbit to posterior insertion of anal fin length"@en ; rdfs:seeAlso odo:SALMON_00000634 ; skos:altLabel "Mid-eye to posterior insertion of anal fin" ; skos:definition "A fish length measurement taken from the mid-orbit (i.e. eye) to the posterior insertion of the anal fin." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000132 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "The insertion of a fin is the posterior-most point where the fin connects with the body." ; dc:source "https://www.seagrant.wisc.edu/our-work/focus-areas/fish-and-fisheries/fish-glossary/, accessed 2021-03-31" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000132 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fish length measurement taken from the mid-orbit (i.e. eye) to the posterior insertion of the anal fin." ; oboInOwl:hasDbXref "https://www.monitoringresources.org/Document/Method/Details/1549, accessed 2021-03-31" ] . ### http://purl.dataone.org/odo/SALMON_00000133 odo:SALMON_00000133 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000127 ; dc:creator ; dc:date "2021-03-31T18:20:33Z"^^xsd:dateTime ; rdfs:label "Mid-orbit to fork of tail length"@en ; rdfs:seeAlso odo:SALMON_00000632 ; skos:altLabel """MEFK Mid-eye to fork of tail""" ; skos:definition "A fish length measurement taken from the middle of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000133 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """MEFK Mid-eye to fork of tail""" ; rdfs:comment "\"MEFK\" is an acronym used by Alaska Department of Fish & Game (ADF&G)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000133 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fish length measurement taken from the middle of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork)." ; oboInOwl:hasDbXref """https://www.monitoringresources.org/Document/Method/Details/1549, accessed 2021-03-31 https://www.monitoringresources.org/Document/Method/Details/4041, accessed 2021-03-31""" ] . ### http://purl.dataone.org/odo/SALMON_00000134 odo:SALMON_00000134 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000127 ; dc:creator ; dc:date "2021-03-31T18:21:18Z"^^xsd:dateTime ; rdfs:label "Total length"@en ; rdfs:seeAlso odo:SALMON_00000638 ; skos:altLabel "TL" ; skos:definition "A fish length measurement of the entire length of a fish's body, taken from the most anterior part of the fish to the tip of the longest caudal fin rays." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000134 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fish length measurement of the entire length of a fish's body, taken from the most anterior part of the fish to the tip of the longest caudal fin rays." ; dc:source "https://www.monitoringresources.org/Document/Method/Details/1551, accessed 2021-03-31" ] . ### http://purl.dataone.org/odo/SALMON_00000135 odo:SALMON_00000135 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000127 ; dc:creator ; dc:date "2021-03-31T18:21:24Z"^^xsd:dateTime ; rdfs:label "Standard length"@en ; rdfs:seeAlso odo:SALMON_00000637 ; skos:altLabel "SL" ; skos:definition "The measurement from the most anterior tip of the body to the midlateral posterior edge of the hypural plate (in fish with a hypural plate) or to the posterior end of the vertebral column (in fish lacking hypural plates)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000135 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The measurement from the most anterior tip of the body to the midlateral posterior edge of the hypural plate (in fish with a hypural plate) or to the posterior end of the vertebral column (in fish lacking hypural plates)." ; dc:source "https://www.fishbase.in/glossary/Glossary.php?q=standard+length, accessed 2021-03-31" ] . ### http://purl.dataone.org/odo/SALMON_00000137 odo:SALMON_00000137 rdf:type owl:Class ; dc:creator ; dc:date "2021-04-01T17:33:14Z"^^xsd:dateTime ; dc:description "The Food and Agriculture Organization of the United Nations (FAO) defines a fishery as \"...an activity leading to harvesting of fish. It may involve capture of wild fish or raising of fish through aquaculture.\"" ; rdfs:label "Fishery type"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000137 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "The Food and Agriculture Organization of the United Nations (FAO) defines a fishery as \"...an activity leading to harvesting of fish. It may involve capture of wild fish or raising of fish through aquaculture.\"" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Fishery, accessed 2021-04-01 https://www.wikidata.org/wiki/Q180538, accessed 2021-04-01 http://www.fao.org/faoterm/en/?defaultCollId=21, accessed 2021-04-01 Fletcher, W.J., Chesson, J. Fisher, M., Sainsbury K.J., Hundloe, T. Smith A.D.M., and B. Whitworth (2002): National ESD reporting framework for Australian fisheries: The \"How To\" guide for wild capture fisheries. FRDC Project 2000/145. Canberra, Australia""" ] . ### http://purl.dataone.org/odo/SALMON_00000142 odo:SALMON_00000142 rdf:type owl:Class ; dc:creator ; dc:date "2021-04-01T18:00:22Z"^^xsd:dateTime ; dc:description "Equipment which is used to harvest aquatic resources, and in particular fish(es)." ; rdfs:comment """[ADDRESS THIS COMMENT, THEN DELETE] Could use some input on subclass hierarchy. E.g. 'Hand collection' includes methods which are largely done with tools that can be operated by hand. 'Netting' includes things like gillnets and seines, which, while largely set from fishing vessels (particularly in commercial fisheries), can also be set by hand at smaller scales.""" ; rdfs:label "Fishing gear type"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000142 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Equipment which is used to harvest aquatic resources, and in particular fish(es)." ; dc:source "http://orcid.org/0000-0002-5300-3075" ] . ### http://purl.dataone.org/odo/SALMON_00000144 odo:SALMON_00000144 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000164 ; dc:creator ; dc:date "2021-04-01T18:01:18Z"^^xsd:dateTime ; rdfs:label "Angling"@en ; skos:altLabel "hook and line" ; skos:definition "Fishing by means of an \"angle\" (fish hook). The hook is usually attached to a fishing line and baited with natural bait or artificial lures to attract fish. The line is often attached to a fishing rod." ; skos:relatedMatch . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000144 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Fishing by means of an \"angle\" (fish hook). The hook is usually attached to a fishing line and baited with natural bait or artificial lures to attract fish. The line is often attached to a fishing rod." ; oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Angling, accessed 2021-04-01" ] . ### http://purl.dataone.org/odo/SALMON_00000145 odo:SALMON_00000145 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000142 ; dc:creator ; dc:date "2021-04-01T18:01:23Z"^^xsd:dateTime ; rdfs:label "Fish wheel"@en ; skos:altLabel "salmon wheel" ; skos:definition "A device which (a) is situated in rivers for catching fish, and (b) looks and operates like a watermill that is outfitted with wire baskets designed to catch and carry fish from the water and into a nearby holding tank." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000145 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A device which (a) is situated in rivers for catching fish, and (b) looks and operates like a watermill that is outfitted with wire baskets designed to catch and carry fish from the water and into a nearby holding tank." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Fish_wheel, accessed 2021-04-01 https://www.wikidata.org/wiki/Q5454688, accessed 2021-04-01""" ] . ### http://purl.dataone.org/odo/SALMON_00000146 odo:SALMON_00000146 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000164 ; dc:creator ; dc:date "2021-04-01T18:01:30Z"^^xsd:dateTime ; rdfs:label "Spear"@en ; skos:definition "A barbed pole, which is used to strike and collect a fish. Spearheads come in a variety of different shapes (e.g. arrow, trident), and can be thrown by hand or deployed using elastic-powered spearguns and slings or compressed gas pneumatic powered spearguns." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000146 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A barbed pole, which is used to strike and collect a fish. Spearheads come in a variety of different shapes (e.g. arrow, trident), and can be thrown by hand or deployed using elastic-powered spearguns and slings or compressed gas pneumatic powered spearguns." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Spearfishing, accessed 2021-04-01 https://www.wikidata.org/wiki/Q765706, accessed 2021-04-01""" ] . ### http://purl.dataone.org/odo/SALMON_00000147 odo:SALMON_00000147 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000160 ; dc:creator ; dc:date "2021-04-01T18:01:36Z"^^xsd:dateTime ; rdfs:label "Set gillnet"@en ; skos:altLabel "set net" ; skos:definition "A gillnet which is attached to poles fixed in the substrate or an anchor system to prevent movement of the net." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000147 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A gillnet which is attached to poles fixed in the substrate or an anchor system to prevent movement of the net." ; dc:source "https://www.fisheries.noaa.gov/national/bycatch/fishing-gear-gillnets" ] . ### http://purl.dataone.org/odo/SALMON_00000148 odo:SALMON_00000148 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000142 ; dc:creator ; dc:date "2021-04-01T18:01:41Z"^^xsd:dateTime ; rdfs:label "Weir"@en ; skos:altLabel """fish weir fishing weir fishgarth kiddle""" ; skos:definition "An obstruction placed in tidal waters, or wholly or partially across a river, to direct the passage of, or trap fish." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000148 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An obstruction placed in tidal waters, or wholly or partially across a river, to direct the passage of, or trap fish." ; dc:source """https://en.wikipedia.org/wiki/Fishing_weir, accessed 2021-04-01 https://www.wikidata.org/wiki/Q1417573, accessed 2021-04-01""" ] . ### http://purl.dataone.org/odo/SALMON_00000150 odo:SALMON_00000150 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000142 ; dc:creator ; dc:date "2021-04-01T18:01:50Z"^^xsd:dateTime ; rdfs:label "Pot"@en ; skos:altLabel "trap" ; skos:definition "A three-dimensional wire or wood device which is submerged and commonly baited. A pot (or \"trap\") permits organisms to enter the enclosure, but makes escape extremely difficult or impossible." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000150 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A three-dimensional wire or wood device which is submerged and commonly baited. A pot (or \"trap\") permits organisms to enter the enclosure, but makes escape extremely difficult or impossible." ; oboInOwl:hasDbXref "https://www.fisheries.noaa.gov/national/bycatch/fishing-gear-traps-and-pots, accessed 2021-04-01" ] . ### http://purl.dataone.org/odo/SALMON_00000151 odo:SALMON_00000151 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000162 ; dc:creator ; dc:date "2021-04-01T18:01:54Z"^^xsd:dateTime ; rdfs:label "Beach seine"@en ; skos:closeMatch ; skos:definition "A seine net operated from the shore. The gear is composed of a bunt (bag or lose netting) and long wings often lengthened with long ropes for towing the seine to the beach. The headrope with floats is on the surface, the footrope is in permanent contact with the bottom and the seine is therefore a barrier which prevent the fish from escaping from the area enclosed by the net" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000151 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A seine net operated from the shore. The gear is composed of a bunt (bag or lose netting) and long wings often lengthened with long ropes for towing the seine to the beach. The headrope with floats is on the surface, the footrope is in permanent contact with the bottom and the seine is therefore a barrier which prevent the fish from escaping from the area enclosed by the net" ; dc:source "http://www.fao.org/fishery/geartype/202/en, accessed 01April2021" ] . ### http://purl.dataone.org/odo/SALMON_00000152 odo:SALMON_00000152 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000164 ; dc:creator ; dc:date "2021-04-01T18:01:59Z"^^xsd:dateTime ; rdfs:label "Dip net"@en ; skos:altLabel """hand net scoop net""" ; skos:definition "A net or mesh basket held open by a hoop which may or may not be on the end of a handle and is used for scopping fish near the surface of the water." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000152 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A net or mesh basket held open by a hoop which may or may not be on the end of a handle and is used for scopping fish near the surface of the water." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Hand_net, accessed 2021-04-01 https://www.wikidata.org/wiki/Q640082, accessed 2021-04-01""" ] . ### http://purl.dataone.org/odo/SALMON_00000154 odo:SALMON_00000154 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000164 ; dc:creator ; dc:date "2021-04-01T18:02:25Z"^^xsd:dateTime ; rdfs:label "Handpicked or carcass collection"@en ; skos:definition "The gathering live or deceased fishes by hand." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000154 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The gathering live or deceased fishes by hand." ; dc:source "http://orcid.org/0000-0002-5300-3075" ] . ### http://purl.dataone.org/odo/SALMON_00000155 odo:SALMON_00000155 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000142 ; dc:creator ; dc:date "2021-04-01T18:02:30Z"^^xsd:dateTime ; rdfs:label "Troll"@en ; skos:definition "One or more fishing lines, which are baited with lures or bait fish and drawn through the water (often behind a moving vessel) to catch pelagic fishes." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000155 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "One or more fishing lines, which are baited with lures or bait fish and drawn through the water (often behind a moving vessel) to catch pelagic fishes." ; oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Trolling_(fishing), accessed 2021-04-01" ] . ### http://purl.dataone.org/odo/SALMON_00000156 odo:SALMON_00000156 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000146 ; dc:creator ; dc:date "2021-04-01T18:02:33Z"^^xsd:dateTime ; rdfs:label "Gig"@en ; skos:definition "A multi-pronged spear, typically ranging in length from 8 to 14 feet, which is used to spear (or \"gig\") fishes for harvest." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000156 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A multi-pronged spear, typically ranging in length from 8 to 14 feet, which is used to spear (or \"gig\") fishes for harvest." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Gigging, accessed 2021-04-01 https://www.wikidata.org/wiki/Q4412590, accessed 2021-04-01""" ] . ### http://purl.dataone.org/odo/SALMON_00000157 odo:SALMON_00000157 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000160 ; dc:creator ; dc:date "2021-04-01T18:02:38Z"^^xsd:dateTime ; rdfs:label "Drift gillnet"@en ; skos:definition "A gillnet which is kept afloat at the proper depth using a system of weights and buoys attached to the headrope, footrope, or floatline." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000157 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A gillnet which is kept afloat at the proper depth using a system of weights and buoys attached to the headrope, footrope, or floatline." ; dc:source "https://www.fisheries.noaa.gov/national/bycatch/fishing-gear-gillnets" ] . ### http://purl.dataone.org/odo/SALMON_00000158 odo:SALMON_00000158 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000162 ; dc:creator ; dc:date "2021-04-01T18:02:44Z"^^xsd:dateTime ; rdfs:label "Purse seine"@en ; skos:closeMatch ; skos:definition "A large wall of netting deployed around an entire area or school of fish. The seine has floats along the top line with a lead line threaded through rings along the bottom. Once a school of fish is located, a skiff encircles the school with the net. The lead line is then pulled in, \"pursing\" the net closed on the bottom, preventing fish from escaping by swimming downward. The catch is harvested by either hauling the net aboard or bringing it alongside the vessel." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000158 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A large wall of netting deployed around an entire area or school of fish. The seine has floats along the top line with a lead line threaded through rings along the bottom. Once a school of fish is located, a skiff encircles the school with the net. The lead line is then pulled in, \"pursing\" the net closed on the bottom, preventing fish from escaping by swimming downward. The catch is harvested by either hauling the net aboard or bringing it alongside the vessel." ; dc:source "https://www.fisheries.noaa.gov/national/bycatch/fishing-gear-purse-seines, accessed 01April2021" ; oboInOwl:hasDbXref "http://vocab.nerc.ac.uk/collection/M13/current/015/, accessed 01April2021" ] . ### http://purl.dataone.org/odo/SALMON_00000159 odo:SALMON_00000159 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000164 ; dc:creator ; dc:date "2021-04-01T18:02:48Z"^^xsd:dateTime ; rdfs:label "Electrofishing"@en ; skos:definition "A type of fishing gear which uses direct current electricity flowing between a submerged cathod and anode to cause galvanotaxis, or an uncontrolled muscular convulsion, which affects the movement of the fish such that it swims towards the anode, where it is then collected." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000159 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A type of fishing gear which uses direct current electricity flowing between a submerged cathod and anode to cause galvanotaxis, or an uncontrolled muscular convulsion, which affects the movement of the fish such that it swims towards the anode, where it is then collected." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Electrofishing, accessed 2021-04-01 https://www.wikidata.org/wiki/Q1249133, accessed 2021-04-01""" ] . ### http://purl.dataone.org/odo/SALMON_00000160 odo:SALMON_00000160 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000163 ; dc:creator ; dc:date "2021-04-01T18:31:54Z"^^xsd:dateTime ; rdfs:label "Gillnet"@en ; skos:definition "A wall of netting which hangs in the water column, typically made of monofilament or multifilament nylon. Mesh sizes are designed to allow fish to get only their head through the netting but not their body. The fish's gills then get caught in the mesh as the fish tries to back out of the net. As the fish struggles to free itself, it becomes more and more entangled." ; skos:relatedMatch . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000160 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A wall of netting which hangs in the water column, typically made of monofilament or multifilament nylon. Mesh sizes are designed to allow fish to get only their head through the netting but not their body. The fish's gills then get caught in the mesh as the fish tries to back out of the net. As the fish struggles to free itself, it becomes more and more entangled." ; oboInOwl:hasDbXref "https://www.fisheries.noaa.gov/national/bycatch/fishing-gear-gillnets, accessed 01April2021" ] . ### http://purl.dataone.org/odo/SALMON_00000162 odo:SALMON_00000162 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000163 ; dc:creator ; dc:date "2021-04-01T18:32:41Z"^^xsd:dateTime ; rdfs:label "Seine"@en ; skos:closeMatch ; skos:definition "A type of net which hangs vertically in the water with its bottom edge held down by weights and its top edge buoyed by floats. Seine nets can be deployed from the shore as a beach seine, or from a boat." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000162 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A type of net which hangs vertically in the water with its bottom edge held down by weights and its top edge buoyed by floats. Seine nets can be deployed from the shore as a beach seine, or from a boat." ; dc:source """https://en.wikipedia.org/wiki/Seine_fishing, accessed 01April2021 https://www.wikidata.org/wiki/Q600580, accessed 01April2021""" ] . ### http://purl.dataone.org/odo/SALMON_00000163 odo:SALMON_00000163 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000142 ; dc:creator ; dc:date "2021-04-01T18:46:07Z"^^xsd:dateTime ; rdfs:label "Netting"@en . ### http://purl.dataone.org/odo/SALMON_00000164 odo:SALMON_00000164 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000142 ; dc:creator ; dc:date "2021-04-01T18:47:27Z"^^xsd:dateTime ; rdfs:label "Hand collection"@en ; skos:definition "Fishing gear which is used to collect fish and can be operated by hand by one or few people. Hand collection methods may also include the collection of fish without the aid of any gear (i.e. gathering live fish or carcasses using only one's hands)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000164 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Fishing gear which is used to collect fish and can be operated by hand by one or few people. Hand collection methods may also include the collection of fish without the aid of any gear (i.e. gathering live fish or carcasses using only one's hands)." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000167 odo:SALMON_00000167 rdf:type owl:Class ; rdfs:subClassOf oboe:MeasurementType ; dc:creator ; dc:date "2021-04-01T21:37:39Z"^^xsd:dateTime ; rdfs:label "Fish measurement type"@en ; skos:definition "A measurement type taken of some physical, biological, or ecological aspect of a fish or fishes." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000167 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A measurement type taken of some physical, biological, or ecological aspect of a fish or fishes." ; dc:source "http://orcid.org/0000-0002-5300-3075" ] . ### http://purl.dataone.org/odo/SALMON_00000169 odo:SALMON_00000169 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000137 ; dc:creator ; dc:date "2021-04-02T19:59:17Z"^^xsd:dateTime ; rdfs:label "Commercial fishery"@en ; skos:definition "A fishery in which fishes and other seafood are harvested for commercial profit, mostly from wild fisheries." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000169 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fishery in which fishes and other seafood are harvested for commercial profit, mostly from wild fisheries." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Commercial_fishing, accessed 2021-04-02 https://www.wikidata.org/wiki/Q11202642, accessed 2021-04-02""" ] . ### http://purl.dataone.org/odo/SALMON_00000170 odo:SALMON_00000170 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000137 ; dc:creator ; dc:date "2021-04-02T20:00:25Z"^^xsd:dateTime ; rdfs:label "Recreational (sport) fishery"@en ; skos:altLabel "sport fishery" ; skos:definition "A fishery in which fishes and other seafood are harvested for pleasure or competition." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000170 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fishery in which fishes and other seafood are harvested for pleasure or competition." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Recreational_fishing, accessed 2021-04-02 https://www.wikidata.org/wiki/Q283534, accessed 2021-04-02""" ] . ### http://purl.dataone.org/odo/SALMON_00000172 odo:SALMON_00000172 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000137 ; dc:creator ; dc:date "2021-04-02T20:00:36Z"^^xsd:dateTime ; dc:description "In Alaska, subsistence fisheries may not operate in \"nonsubsistence areas\" as designated by the state (AS 16.05.258(c))." ; rdfs:label "Subsistence fishery"@en ; skos:altLabel """artisinal fishery traditional fishery""" ; skos:definition "A fishery in which fishes or other seafood are harvested for noncommercial, customary and traditional uses. These uses include direct personal or family consumption as food, shelter, fuel, clothing, tools, or transportation, for the making and selling of handicraft articles out of nonedible by-products of fish and wildlife resources taken for personal or family consumption, and for the customary trade, barter, or sharing for personal or family consumption." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000172 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "In Alaska, subsistence fisheries may not operate in \"nonsubsistence areas\" as designated by the state (AS 16.05.258(c))." ; dc:source "http://www.touchngo.com/lglcntr/akstats/statutes/title16/chapter05/section258.htm, accessed 2021-04-27" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000172 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A fishery in which fishes or other seafood are harvested for noncommercial, customary and traditional uses. These uses include direct personal or family consumption as food, shelter, fuel, clothing, tools, or transportation, for the making and selling of handicraft articles out of nonedible by-products of fish and wildlife resources taken for personal or family consumption, and for the customary trade, barter, or sharing for personal or family consumption." ; oboInOwl:hasDbXref "https://www.adfg.alaska.gov/index.cfm?adfg=fishingsubsistence.main, accessed 2021-04-02" ] . ### http://purl.dataone.org/odo/SALMON_00000173 odo:SALMON_00000173 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000639 ; dc:creator ; dc:date "2021-04-02T20:00:45Z"^^xsd:dateTime ; dc:description "The Alaska hatchery program was designed to increase salmon abundance and enhace fisheries, while protecting wild stocks. The program was built in response to depressed commercial fisheries, to meet the needs of the people of the state." ; rdfs:comment "Oftentimes, hatchery-reared salmon will have their adipose fins removed (i.e. clipped) to mark that they come from a hatchery (versus a wild stock)." ; rdfs:label "Hatchery"@en ; skos:definition "The artificial breeding, hatching, and rearing through the early life stages of animals -- finfish and shellfish in particular. Hatcheries produce larval and juvenile fish, shellfish, and crustaceans, primarily to support the aquaculture industry where they are transferred to on-growing systems, such as fish farms, to reach harvest size." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000173 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "The Alaska hatchery program was designed to increase salmon abundance and enhace fisheries, while protecting wild stocks. The program was built in response to depressed commercial fisheries, to meet the needs of the people of the state." ; dc:source "https://www.adfg.alaska.gov/static/fishing/PDFs/hatcheries/2013_ak_hatcheries.pdf, accessed 2021-04-02" ; oboInOwl:hasDbXref "https://www.adfg.alaska.gov/index.cfm?adfg=fishingHatcheries.main, accessed 2021-04-02" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000173 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "Oftentimes, hatchery-reared salmon will have their adipose fins removed (i.e. clipped) to mark that they come from a hatchery (versus a wild stock)." ; oboInOwl:hasDbXref "https://www.adfg.alaska.gov/index.cfm?adfg=wildlifenews.view_article&articles_id=693, accessed 2021-06-15" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000173 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The artificial breeding, hatching, and rearing through the early life stages of animals -- finfish and shellfish in particular. Hatcheries produce larval and juvenile fish, shellfish, and crustaceans, primarily to support the aquaculture industry where they are transferred to on-growing systems, such as fish farms, to reach harvest size." ; dc:source """https://en.wikipedia.org/wiki/Fish_hatchery, accessed 2021-04-02 https://www.wikidata.org/wiki/Q15615109, accessed 2021-04-02""" ] . ### http://purl.dataone.org/odo/SALMON_00000175 odo:SALMON_00000175 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000807 ; dc:creator ; dc:date "2021-04-02T22:17:54Z"^^xsd:dateTime ; dc:description """Personal use fishing is open to Alaskan residents only, and you must have a valid resident Sport Fishing License to participate in personal use fisheries. The bag, possession, and gear limits in personal use fisheries MAY NOT be added to the bag, possession, and gear limits under sport or subsistence regulations. It is unlawful to buy, sell, trade or barter personal use finfish, shellfish, aquatic plants, or their parts. Many, but not all, personal use fisheries require a permit issued by the Department of Fish and Game. Personal use fisheries have many different regulations for bag limits, allowable gear, and time and area restrictions. Some personal use fisheries are managed in-season by emergency order, so regulations can change at any time.""" ; rdfs:label "Personal use fishery"@en ; skos:definition "A regulatory category of Alaskan fishery which is legally defined as, \"the taking, fishing for, or possession of finfish, shellfish, or other fishery resources, by Alaska residents for personal use and not for sale or barter, with gill or dip net, seine, fish wheel, long line, or other means defined by the Board of Fisheries.\" Personal use fisheries may exist only in \"nonsubsistence areas\" as determined by the state of Alaska (AS 16.05.258(c))." ; skos:relatedMatch odo:SALMON_00000172 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000175 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Personal use fishing is open to Alaskan residents only, and you must have a valid resident Sport Fishing License to participate in personal use fisheries. The bag, possession, and gear limits in personal use fisheries MAY NOT be added to the bag, possession, and gear limits under sport or subsistence regulations. It is unlawful to buy, sell, trade or barter personal use finfish, shellfish, aquatic plants, or their parts. Many, but not all, personal use fisheries require a permit issued by the Department of Fish and Game. Personal use fisheries have many different regulations for bag limits, allowable gear, and time and area restrictions. Some personal use fisheries are managed in-season by emergency order, so regulations can change at any time.""" ; dc:source "http://www.adfg.alaska.gov/index.cfm?adfg=fishingPersonalUse.main, accessed 2021-04-02" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000175 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A regulatory category of Alaskan fishery which is legally defined as, \"the taking, fishing for, or possession of finfish, shellfish, or other fishery resources, by Alaska residents for personal use and not for sale or barter, with gill or dip net, seine, fish wheel, long line, or other means defined by the Board of Fisheries.\" Personal use fisheries may exist only in \"nonsubsistence areas\" as determined by the state of Alaska (AS 16.05.258(c))." ; oboInOwl:hasDbXref "http://www.adfg.alaska.gov/index.cfm?adfg=fishingPersonalUse.main, accessed 2021-04-02" , "https://alaskasalmonandpeople.org/working-group/governance-and-subsistence/, accessed 2021-04-02" ] . ### http://purl.dataone.org/odo/SALMON_00000176 odo:SALMON_00000176 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000639 ; dc:creator ; dc:date "2021-04-02T22:18:14Z"^^xsd:dateTime ; dc:description "In Alaska, the aquaculture industry primarily produces Pacific oysters, littleneck clams, and mussels for commercial food production." ; rdfs:label "Aquaculture"@en ; skos:altLabel """Aquatic farming Aquafarming""" ; skos:closeMatch , , "http://vocab.nerc.ac.uk/collection/M13/current/018/" ; skos:definition "The culturing of fish, shellfish, aquatic plants, and/or other organisms in captivity or under controlled conditions in the near shore environment." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000176 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "In Alaska, the aquaculture industry primarily produces Pacific oysters, littleneck clams, and mussels for commercial food production." ; dc:source "https://www.adfg.alaska.gov/index.cfm?adfg=fishingaquaticfarming.programinfo, accessed 2021-04-02" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000176 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The culturing of fish, shellfish, aquatic plants, and/or other organisms in captivity or under controlled conditions in the near shore environment." ; dc:source """https://en.wikipedia.org/wiki/Aquaculture, accessed 2021-04-02 https://www.wikidata.org/wiki/Q188989, accessed 2021-04-02""" ; oboInOwl:hasDbXref "http://vocab.nerc.ac.uk/collection/M13/current/018/, accessed 2021-04-02" ] . ### http://purl.dataone.org/odo/SALMON_00000182 odo:SALMON_00000182 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000205 ; dc:creator ; dc:date "2021-04-05T21:55:12Z"^^xsd:dateTime ; rdfs:label "Fish measurement method"@en ; skos:definition "The manner, procedure or technique by which a morphological or physiological state or property in a single fish or sample or a group of fish(es) or samples is assessed and a quantitative or qualitative value assigned." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000182 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The manner, procedure or technique by which a morphological or physiological state or property in a single fish or sample or a group of fish(es) or samples is assessed and a quantitative or qualitative value assigned." ; oboInOwl:hasDbXref "http://purl.obolibrary.org/obo/MMO_0000000" ] . ### http://purl.dataone.org/odo/SALMON_00000184 odo:SALMON_00000184 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000167 ; dc:creator ; dc:date "2021-04-06T22:46:36Z"^^xsd:dateTime ; rdfs:label "Fish age measurement type"@en ; skos:closeMatch "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25150" ; skos:definition "The duration of time for which a fish has been alive." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000184 ; owl:annotatedProperty skos:closeMatch ; owl:annotatedTarget "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25150" ; rdfs:comment "This URI does not appear to dereference to the term. Including this URL, https://bioportal.bioontology.org/ontologies/NCIT?p=classes&conceptid=http%3A%2F%2Fncicb.nci.nih.gov%2Fxml%2Fowl%2FEVS%2FThesaurus.owl%23C25150, to ensure findability." ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000184 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The duration of time for which a fish has been alive." ; oboInOwl:hasDbXref "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C25150" ] . ### http://purl.dataone.org/odo/SALMON_00000185 odo:SALMON_00000185 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000182 ; dc:creator ; dc:date "2021-04-06T22:49:05Z"^^xsd:dateTime ; dc:description "There are three basic methods for age and growth determination of fishes: (1) observation of the growth of fishes of known age, (2) study of fish size-frequencies, and (3) study of seasonal ring formation in hard body parts such as scales and bones." ; rdfs:label "Fish age determination method"@en ; skos:closeMatch "http://purl.dataone.org/odo/ECSO_00001602" ; skos:definition "The way in which age is determined for a given individual." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000185 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "There are three basic methods for age and growth determination of fishes: (1) observation of the growth of fishes of known age, (2) study of fish size-frequencies, and (3) study of seasonal ring formation in hard body parts such as scales and bones." ; dc:source "https://spo.nmfs.noaa.gov/sites/default/files/legacy-pdfs/leaflet488.pdf, accessed 2021-04-06" ] . ### http://purl.dataone.org/odo/SALMON_00000186 odo:SALMON_00000186 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000182 ; dc:creator ; dc:date "2021-04-06T22:50:14Z"^^xsd:dateTime ; rdfs:label "Fish sex determination method"@en ; skos:closeMatch "http://purl.dataone.org/odo/ECSO_00001601" ; skos:definition "The way in which sex is determined for a given individual." . ### http://purl.dataone.org/odo/SALMON_00000187 odo:SALMON_00000187 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000407 ; dc:creator ; dc:date "2021-04-06T22:51:22Z"^^xsd:dateTime ; rdfs:label "Total age"@en ; skos:definition "The sum of freshwater and marine annuli plus one to account for time spent in the gravel before hatching." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000187 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The sum of freshwater and marine annuli plus one to account for time spent in the gravel before hatching." ; oboInOwl:hasDbXref "http://courses.washington.edu/fish450/Lecture%20PDFs/Salmon_age_and_size_at_maturity.pdf, accessed 2021-04-06" ] . ### http://purl.dataone.org/odo/SALMON_00000188 odo:SALMON_00000188 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000407 ; dc:creator ; dc:date "2021-04-06T23:10:05Z"^^xsd:dateTime ; rdfs:label "Freshwater age"@en ; skos:definition "The number of years or winters a salmon spends in a freshwater environment as a free-swimming fish." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000188 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of years or winters a salmon spends in a freshwater environment as a free-swimming fish." ; oboInOwl:hasDbXref "https://www.researchgate.net/profile/Darlene-Gillespie/publication/281285926_Chinook_Salmon_Oncorhynchus_tshawytscha_Scale_Age_Determination_Procedures/links/55df66d708aede0b572b8de7/Chinook-Salmon-Oncorhynchus-tshawytscha-Scale-Age-Determination-Procedures.pdf, accessed 2021-04-06" ] . ### http://purl.dataone.org/odo/SALMON_00000189 odo:SALMON_00000189 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000407 ; dc:creator ; dc:date "2021-04-06T23:14:20Z"^^xsd:dateTime ; rdfs:label "Saltwater age"@en ; skos:definition "The number of years or winters a salmon spends in a saltwater environment." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000189 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of years or winters a salmon spends in a saltwater environment." ; oboInOwl:hasDbXref "https://www.researchgate.net/profile/Darlene-Gillespie/publication/281285926_Chinook_Salmon_Oncorhynchus_tshawytscha_Scale_Age_Determination_Procedures/links/55df66d708aede0b572b8de7/Chinook-Salmon-Oncorhynchus-tshawytscha-Scale-Age-Determination-Procedures.pdf, accessed 2021-04-06" ] . ### http://purl.dataone.org/odo/SALMON_00000190 odo:SALMON_00000190 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000194 ; dc:creator ; dc:date "2021-04-07T18:39:18Z"^^xsd:dateTime ; rdfs:label "River"@en ; skos:definition "A stream which, through permanent or seasonal flow processes, moves from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000022" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000190 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A stream which, through permanent or seasonal flow processes, moves from elevated land towards lower elevations through a definite channel and empties either into a sea, lake, or another river or ends on land as bed seepage and evapotranspiration exceed water supply." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000022" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/River, accessed 2021-04-07 https://www.wikidata.org/wiki/Q4022, accessed 2021-04-07""" ] . ### http://purl.dataone.org/odo/SALMON_00000191 odo:SALMON_00000191 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000197 ; dc:creator ; dc:date "2021-04-07T18:39:22Z"^^xsd:dateTime ; rdfs:label "Lake"@en ; skos:definition "A body of water or other liquid of considerable size contained in a depression on a landmass." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000020" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000191 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A body of water or other liquid of considerable size contained in a depression on a landmass." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000020" ] . ### http://purl.dataone.org/odo/SALMON_00000192 odo:SALMON_00000192 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000203 ; dc:creator ; dc:date "2021-04-07T18:39:26Z"^^xsd:dateTime ; rdfs:label "Ocean"@en ; skos:definition "A marine water body which is constitutes the majority of an astronomical body's hydrosphere." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000015" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000192 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A marine water body which is constitutes the majority of an astronomical body's hydrosphere." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000015" ] . ### http://purl.dataone.org/odo/SALMON_00000194 odo:SALMON_00000194 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000230 ; dc:creator ; dc:date "2021-04-07T18:40:11Z"^^xsd:dateTime ; rdfs:label "Stream"@en ; skos:definition "A watercourse which is linear and flows across the solid portion of a planetary surface." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000023" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000194 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A watercourse which is linear and flows across the solid portion of a planetary surface." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000023" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Stream, accessed 2021-04-07 https://www.wikidata.org/wiki/Q47521, accessed 2021-04-07""" ] . ### http://purl.dataone.org/odo/SALMON_00000195 odo:SALMON_00000195 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000194 ; dc:creator ; dc:date "2021-04-07T18:40:15Z"^^xsd:dateTime ; rdfs:label "Tributary"@en ; skos:altLabel "affluent" ; skos:definition "A stream or river which flows into another river (a parent river) or body of water but which may not flow directly into the sea." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000495" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000195 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A stream or river which flows into another river (a parent river) or body of water but which may not flow directly into the sea." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000495" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Tributary, accessed 2021-04-07 https://www.wikidata.org/wiki/Q159675, accessed 2021-04-07""" ] . ### http://purl.dataone.org/odo/SALMON_00000196 odo:SALMON_00000196 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000125 ; dc:creator ; dc:date "2021-04-07T18:44:17Z"^^xsd:dateTime ; rdfs:label "Lotic water body"@en ; skos:definition "A water body in which the accumulated water, in its totality, is flowing." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_01000618" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000196 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A water body in which the accumulated water, in its totality, is flowing." ; dc:source "http://purl.obolibrary.org/obo/ENVO_01000618" ] . ### http://purl.dataone.org/odo/SALMON_00000197 odo:SALMON_00000197 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000125 ; dc:creator ; dc:date "2021-04-07T18:47:13Z"^^xsd:dateTime ; rdfs:label "Lentic water body"@en ; skos:definition "A water body in which the accumulated water, in its totality, has very little to no directed flow." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_01000617" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000197 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A water body in which the accumulated water, in its totality, has very little to no directed flow." ; dc:source "http://purl.obolibrary.org/obo/ENVO_01000617" ] . ### http://purl.dataone.org/odo/SALMON_00000198 odo:SALMON_00000198 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000197 ; dc:creator ; dc:date "2021-04-07T18:47:40Z"^^xsd:dateTime ; rdfs:label "Pond"@en ; skos:definition "A body of water, usually of smaller size than a lake." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000033" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000198 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A body of water, usually of smaller size than a lake." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000033" ] . ### http://purl.dataone.org/odo/SALMON_00000200 odo:SALMON_00000200 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000408 ; dc:creator ; dc:date "2021-04-09T18:49:30Z"^^xsd:dateTime ; dc:description "e.g. An age written in European notation as '1.3' is interpreted as 1 year over-wintered in freshwater and 3 years in the ocean. The total age is 4 years (1 + 3 years). The Gilbert-Rich equivalent age is written as '5sub2'." ; rdfs:comment """The European Age System Designation is based on a count of Freshwater (FW) and Saltwater (SW) Annuli in recruit otoliths, represented as \"number of FW annuli\" \".\" \"number of SW annuli\", e.g \"1.4\" indicating 1 FW annulus and 4 SW annuli. Some interpret the \"Total Age\" of a recruit with an \"Age designation= 0.0\" as a 1-year old salmon, while others interpret \"Total Age\" as a 0-year old salmon. That is, in some cases \"Total Age\" might be reported FW+SW+1, while in other cases it would simply be FW+SW: 1.3=total age of 4, or 5 years 2.3=total age of 5, or 6 years""" ; rdfs:label "Fish age (European notation)"@en ; skos:definition "An age designation notation that includes two number separated by a period. The first number represents the number of years or winters a salmon has spent in freshwater after emergence from the gravel, and the second number represents the number of years spent in the ocean. Added together, these numbers can provide the total age or age class of a salmon. (although see Comment for further detail)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000200 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "e.g. An age written in European notation as '1.3' is interpreted as 1 year over-wintered in freshwater and 3 years in the ocean. The total age is 4 years (1 + 3 years). The Gilbert-Rich equivalent age is written as '5sub2'." ; dc:source "https://www.researchgate.net/profile/Darlene-Gillespie/publication/281285926_Chinook_Salmon_Oncorhynchus_tshawytscha_Scale_Age_Determination_Procedures/links/55df66d708aede0b572b8de7/Chinook-Salmon-Oncorhynchus-tshawytscha-Scale-Age-Determination-Procedures.pdf, accessed 20212-04-09" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000200 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An age designation notation that includes two number separated by a period. The first number represents the number of years or winters a salmon has spent in freshwater after emergence from the gravel, and the second number represents the number of years spent in the ocean. Added together, these numbers can provide the total age or age class of a salmon. (although see Comment for further detail)." ; dc:source "https://www.researchgate.net/profile/Darlene-Gillespie/publication/281285926_Chinook_Salmon_Oncorhynchus_tshawytscha_Scale_Age_Determination_Procedures/links/55df66d708aede0b572b8de7/Chinook-Salmon-Oncorhynchus-tshawytscha-Scale-Age-Determination-Procedures.pdf, accessed 20212-04-09" ] . ### http://purl.dataone.org/odo/SALMON_00000201 odo:SALMON_00000201 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000408 ; dc:creator ; dc:date "2021-04-09T18:52:00Z"^^xsd:dateTime ; dc:description "e.g. An age written in Gilbert-Rich notation as '5sub2' (spoken as \"five sub two\") is interpreted as a fish that is in its fifth year of life (i.e. a fish that will be 5 on its next \"birthday\" or the number of winters from its deposition in the gravel as an egg to the time of sampling) and which migrated to the ocean during its second year of life. The European notation equivalent age is written as '1.3'." ; rdfs:label "Fish age (Gilbert-Rich notation)"@en ; skos:altLabel """G-R notation G-R""" ; skos:definition "An age designation notation that includes two numbers, of which the second is a subscript. The first numeral indicates the total age of the fish and the subscript indicates the time spent in freshwater prior to saltwater immigration." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000201 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "e.g. An age written in Gilbert-Rich notation as '5sub2' (spoken as \"five sub two\") is interpreted as a fish that is in its fifth year of life (i.e. a fish that will be 5 on its next \"birthday\" or the number of winters from its deposition in the gravel as an egg to the time of sampling) and which migrated to the ocean during its second year of life. The European notation equivalent age is written as '1.3'." ; oboInOwl:hasDbXref """https://www.researchgate.net/profile/Darlene-Gillespie/publication/281285926_Chinook_Salmon_Oncorhynchus_tshawytscha_Scale_Age_Determination_Procedures/links/55df66d708aede0b572b8de7/Chinook-Salmon-Oncorhynchus-tshawytscha-Scale-Age-Determination-Procedures.pdf, accessed 20212-04-09 https://www.pac.dfo-mpo.gc.ca/fm-gp/fraser/docs/abor-autoc/2010FrasRvrChkInformDoc.htm, accessed 20212-04-09""" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000201 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An age designation notation that includes two numbers, of which the second is a subscript. The first numeral indicates the total age of the fish and the subscript indicates the time spent in freshwater prior to saltwater immigration." ; dc:source """https://www.researchgate.net/profile/Darlene-Gillespie/publication/281285926_Chinook_Salmon_Oncorhynchus_tshawytscha_Scale_Age_Determination_Procedures/links/55df66d708aede0b572b8de7/Chinook-Salmon-Oncorhynchus-tshawytscha-Scale-Age-Determination-Procedures.pdf, accessed 20212-04-09 https://pdxscholar.library.pdx.edu/cgi/viewcontent.cgi?article=3220&context=open_access_etds, accessed 20212-04-09""" ] . ### http://purl.dataone.org/odo/SALMON_00000202 odo:SALMON_00000202 rdf:type owl:Class ; dc:creator ; dc:date "2021-04-12T19:49:29Z"^^xsd:dateTime ; rdfs:comment """This Class and all its Subclasses are taken from the Environment Ontology, ENVO-- where the Class \"Environmental feature\" is now deprecated. To address this issue, we have imported the \"astronomical-body-parts--hierarchy.owl\" file from the ENVO ontology framework into this Salmon ontology. That subset of ENVO includes all the relevant subclass terms included here, except for \"Creek\". We will put in a request to ENVO curators to add the term \"Creek\", probably as a subclass of \"Stream\". Aside from Creek, we would recommend using the Classes included under the ENVO \"water body\" Class hierarchy for annotation of Salmon data as to \"features\" of their habitat, because these are more comprehensive than the terms in this native \"salmon ontology\" subClass hierarchy. (Mark Schildhauer, 2021Jul20)""" ; rdfs:label "Environmental feature"@en ; owl:equivalentClass "http://purl.obolibrary.org/obo/ENVO_00002297" ; skos:definition "A material entity which determines an environmental system." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000202 ; owl:annotatedProperty owl:equivalentClass ; owl:annotatedTarget "http://purl.obolibrary.org/obo/ENVO_00002297" ; rdfs:comment "Note that this ENVO term, 'environmental feature' is deprecated" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000202 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A material entity which determines an environmental system." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00002297 [DEPRECATED]" ] . ### http://purl.dataone.org/odo/SALMON_00000203 odo:SALMON_00000203 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000197 ; dc:creator ; dc:date "2021-04-12T21:36:50Z"^^xsd:dateTime ; dc:description "On average, seawater in the world's oceans has a salinity of about 3.5% (35 g/l, 35 ppt, 599 mM)." ; rdfs:label "Marine water body"@en ; skos:altLabel """marine waterbody body of marine water""" ; skos:definition "A significant accumulation of saline water which is part of a marine biome." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00001999" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000203 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "On average, seawater in the world's oceans has a salinity of about 3.5% (35 g/l, 35 ppt, 599 mM)." ; dc:source """https://en.wikipedia.org/wiki/Seawater https://www.wikidata.org/wiki/Q184395""" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000203 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A significant accumulation of saline water which is part of a marine biome." ; oboInOwl:hasDbXref "http://purl.obolibrary.org/obo/ENVO_00001999" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000203 ; owl:annotatedProperty skos:exactMatch ; owl:annotatedTarget "http://purl.obolibrary.org/obo/ENVO_00001999" ; rdfs:comment "I altered the definition slightly from ENVO to include \"...accumulation of SALINE water...\" but have left this as owl:equivalentClass since ENVO axiomatizes 'marine water body' (http://purl.obolibrary.org/obo/ENVO_00001999) as 'composed primarily of some sea water'. MPS changed from owl:equivalentClass being used as an Annot Prop to skos:exactMatch" ] . ### http://purl.dataone.org/odo/SALMON_00000204 odo:SALMON_00000204 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000203 ; dc:creator ; dc:date "2021-04-12T21:38:14Z"^^xsd:dateTime ; rdfs:label "Sea"@en ; skos:definition "A large expanse of saline water usually connected with an ocean." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000016" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000204 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A large expanse of saline water usually connected with an ocean." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000016" ] . ### http://purl.dataone.org/odo/SALMON_00000205 odo:SALMON_00000205 rdf:type owl:Class ; dc:creator ; dc:date "2021-04-12T23:21:32Z"^^xsd:dateTime ; rdfs:label "Measurement method"@en ; skos:definition "The manner, procedure or technique by which a morphological or physiological state or property in a single individual or sample or a group of individuals or samples is assessed and a quantitative or qualitative value assigned." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000205 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The manner, procedure or technique by which a morphological or physiological state or property in a single individual or sample or a group of individuals or samples is assessed and a quantitative or qualitative value assigned." ; dc:source "http://purl.obolibrary.org/obo/MMO_0000000" ] . ### http://purl.dataone.org/odo/SALMON_00000214 odo:SALMON_00000214 rdf:type owl:Class ; rdfs:subClassOf oboe:MeasurementType ; dc:creator ; dc:date "2021-04-14T18:23:43Z"^^xsd:dateTime ; rdfs:label "Environmental measurement type"@en ; skos:definition "A measurement type taken of some non-living chemical or physical component of the environment." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000214 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A measurement type taken of some non-living chemical or physical component of the environment." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Abiotic_component, accessed 2021-04-14 https://www.wikidata.org/wiki/Q461335, accessed 2021-06-14""" ] . ### http://purl.dataone.org/odo/SALMON_00000215 odo:SALMON_00000215 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000829 ; dc:creator ; dc:date "2021-04-14T18:47:11Z"^^xsd:dateTime ; rdfs:label "Salmonid species name or identifier"@en . ### http://purl.dataone.org/odo/SALMON_00000216 odo:SALMON_00000216 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000167 ; dc:creator ; dc:date "2021-04-14T19:59:20Z"^^xsd:dateTime ; rdfs:comment """May be better to map to PATO, that has some potentially better definitions-- e.g. biological sex: http://purl.obolibrary.org/obo/PATO_0000047 phenotypic sex: http://purl.obolibrary.org/obo/PATO_0001894""" ; rdfs:label "Fish sex measurement type"@en ; skos:closeMatch "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C28421" ; skos:definition "A categorical measurement type which describes the sex of a fish or group of fish(es), where sex is defined as the assemblage of physical properties or qualities of a fish by which male is distinguished from female; the physical difference between male and female; the distinguishing peculiarity of male or female." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000216 ; owl:annotatedProperty skos:closeMatch ; owl:annotatedTarget "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C28421" ; rdfs:comment "This URI does not appear to dereference to the term. Including this URL, https://bioportal.bioontology.org/ontologies/NCIT?p=classes&conceptid=http%3A%2F%2Fncicb.nci.nih.gov%2Fxml%2Fowl%2FEVS%2FThesaurus.owl%23C28421, to ensure findability." ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000216 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A categorical measurement type which describes the sex of a fish or group of fish(es), where sex is defined as the assemblage of physical properties or qualities of a fish by which male is distinguished from female; the physical difference between male and female; the distinguishing peculiarity of male or female." ; oboInOwl:hasDbXref "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C28421" ] . ### http://purl.dataone.org/odo/SALMON_00000217 odo:SALMON_00000217 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000214 ; dc:creator ; dc:date "2021-04-14T22:18:17Z"^^xsd:dateTime ; dc:description "Temperature is measured with thermometers that may be calibrated to a variety of temperature scales. Most scientists measure temperature using the Celsius scale and thermodynamic temperature using the Kelvin scale, which is the Celsius scale offset so that its null point is 0K = −273.15°C, or absolute zero. The basic unit of temperature in the International System of Units (SI) is the kelvin. It has the symbol K." ; rdfs:label "Temperature measurement type"@en ; owl:equivalentClass "http://purl.dataone.org/odo/ECSO_00001104" ; skos:altLabel """temp temperature""" ; skos:definition "The degree of hotness or coldness of a body or environment (corresponding to its molecular activity)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000217 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Temperature is measured with thermometers that may be calibrated to a variety of temperature scales. Most scientists measure temperature using the Celsius scale and thermodynamic temperature using the Kelvin scale, which is the Celsius scale offset so that its null point is 0K = −273.15°C, or absolute zero. The basic unit of temperature in the International System of Units (SI) is the kelvin. It has the symbol K." ; dc:source "http://purl.dataone.org/odo/ECSO_00001104" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000217 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The degree of hotness or coldness of a body or environment (corresponding to its molecular activity)." ; dc:source "http://purl.dataone.org/odo/ECSO_00001104" ] . ### http://purl.dataone.org/odo/SALMON_00000218 odo:SALMON_00000218 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000217 ; dc:creator ; dc:date "2021-04-14T22:18:45Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Air temperature"@en ; skos:definition "Objective comparative measure of hot or cold of air." ; skos:exactMatch obo:ENVO_09200001 , "http://purl.dataone.org/odo/ECSO_00001225" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000218 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Objective comparative measure of hot or cold of air." ; dc:source "http://purl.dataone.org/odo/ECSO_00001225" ] . ### http://purl.dataone.org/odo/SALMON_00000219 odo:SALMON_00000219 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000411 ; dc:creator ; dc:date "2021-04-14T22:18:53Z"^^xsd:dateTime ; rdfs:label "Stream water temperature"@en ; skos:closeMatch odo:ECSO_00001528 ; skos:definition "Objective comparative measure of hot or cold of water in a stream." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000219 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Objective comparative measure of hot or cold of water in a stream." ; dc:source "https://orcid.org/0000-0002-5300-3075" ] . ### http://purl.dataone.org/odo/SALMON_00000220 odo:SALMON_00000220 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000214 ; dc:creator ; dc:date "2021-04-14T22:31:36Z"^^xsd:dateTime ; rdfs:label "Precipitation measurement type"@en ; skos:definition "Measurement types which pertain to any product of the condensation of atmospheric water vapor that falls under gravity." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000220 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Measurement types which pertain to any product of the condensation of atmospheric water vapor that falls under gravity." ; oboInOwl:hasDbXref "http://purl.dataone.org/odo/ECSO_00001237" ] . ### http://purl.dataone.org/odo/SALMON_00000222 odo:SALMON_00000222 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000125 ; dc:creator ; dc:date "2021-04-15T18:37:33Z"^^xsd:dateTime ; rdfs:label "Inlet"@en ; skos:definition "An opening of the sea into the land, or of a lake into its shore." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000475" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000222 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An opening of the sea into the land, or of a lake into its shore." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000475" ] . ### http://purl.dataone.org/odo/SALMON_00000223 odo:SALMON_00000223 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000222 ; dc:creator ; dc:date "2021-04-15T18:39:14Z"^^xsd:dateTime ; rdfs:label "Coastal inlet"@en ; skos:definition "An opening of the sea into the land." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000137" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000223 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An opening of the sea into the land." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000137" ] . ### http://purl.dataone.org/odo/SALMON_00000224 odo:SALMON_00000224 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000223 ; dc:creator ; dc:date "2021-04-15T18:39:18Z"^^xsd:dateTime ; rdfs:label "Bay"@en ; skos:definition "An area of water bordered by land on three sides." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000224 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An area of water bordered by land on three sides." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000032" ] . ### http://purl.dataone.org/odo/SALMON_00000225 odo:SALMON_00000225 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000223 ; dc:creator ; dc:date "2021-04-15T18:39:55Z"^^xsd:dateTime ; rdfs:label "Cove"@en ; skos:definition "A circular or round inlet with a narrow entrance." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000138" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000225 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A circular or round inlet with a narrow entrance." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000138" ] . ### http://purl.dataone.org/odo/SALMON_00000226 odo:SALMON_00000226 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000223 ; dc:creator ; dc:date "2021-04-15T18:39:58Z"^^xsd:dateTime ; rdfs:label "Sound"@en ; skos:definition "A large sea or ocean inlet larger than a bay, deeper than a bight, wider than a fjord, or it may identify a narrow sea or ocean channel between two bodies of land." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000393" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000226 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A large sea or ocean inlet larger than a bay, deeper than a bight, wider than a fjord, or it may identify a narrow sea or ocean channel between two bodies of land." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000393" ] . ### http://purl.dataone.org/odo/SALMON_00000227 odo:SALMON_00000227 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000223 ; dc:creator ; dc:date "2021-04-15T18:40:03Z"^^xsd:dateTime ; rdfs:label "Fjord"@en ; skos:definition "A long and narrow sea inlet with high steeply sloped walled sides. A fjord is a landform created during a period of glaciation." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000039" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000227 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A long and narrow sea inlet with high steeply sloped walled sides. A fjord is a landform created during a period of glaciation." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000039" ] . ### http://purl.dataone.org/odo/SALMON_00000228 odo:SALMON_00000228 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000222 ; dc:creator ; dc:date "2021-04-15T18:47:50Z"^^xsd:dateTime ; rdfs:label "Lake inlet"@en ; skos:definition "An opening of a lake into its shore." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000476" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000228 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An opening of a lake into its shore." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000476" ] . ### http://purl.dataone.org/odo/SALMON_00000229 odo:SALMON_00000229 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000194 ; dc:creator ; dc:date "2021-04-15T18:50:11Z"^^xsd:dateTime ; rdfs:comment "Term not currently in ENVO, will be submitted for consideration to ENVO curation team. 03AUG2021" ; rdfs:label "Creek"@en ; skos:altLabel "Brook" ; skos:definition "A stream that is usually smaller than a river." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000229 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A stream that is usually smaller than a river." ; dc:source """https://en.wikipedia.org/wiki/Creek, accessed 2021-04-15 https://www.wikidata.org/wiki/Q63565252, accessed 2021-04-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000230 odo:SALMON_00000230 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000196 ; dc:creator ; dc:date "2021-04-15T18:52:49Z"^^xsd:dateTime ; rdfs:label "Watercourse"@en ; skos:definition "A flowing body of water." ; skos:exactMatch "http://purl.obolibrary.org/obo/ENVO_00000029" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000230 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A flowing body of water." ; dc:source "http://purl.obolibrary.org/obo/ENVO_00000029" ] . ### http://purl.dataone.org/odo/SALMON_00000231 odo:SALMON_00000231 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000185 ; dc:creator ; dc:date "2021-04-15T19:25:23Z"^^xsd:dateTime ; rdfs:comment "A Basic Guide to Aging & Identification of Pacific Salmon Scales by Alaska Department of Fish & Game is available at: https://www.adfg.alaska.gov/static/education/educators/curricula/pdfs/salmon_scales_guide_aging_identification.pdf" ; rdfs:label "Measuring the distance between scale circuli"@en ; skos:definition "A method which is used to approximate the age of a fish, and which generally involves removing and preserving a scale from a fish, then counting the number of annuli (i.e. year marks)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000231 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A method which is used to approximate the age of a fish, and which generally involves removing and preserving a scale from a fish, then counting the number of annuli (i.e. year marks)." ; oboInOwl:hasDbXref "https://spo.nmfs.noaa.gov/sites/default/files/legacy-pdfs/leaflet488.pdf, accessed 2021-04-15" ] . ### http://purl.dataone.org/odo/SALMON_00000232 odo:SALMON_00000232 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000185 ; dc:creator ; dc:date "2021-04-15T19:27:37Z"^^xsd:dateTime ; rdfs:comment "Alaska Department of Fish & Game, Division of Fisheries Rehabilitation, Enchancement and Development's report on Juvenile Salmonid Otolith Extraction and Preparation Techniques for Microscopic Examination can be accessed at: https://www.adfg.alaska.gov/fedaidpdfs/FRED.132.pdf" ; rdfs:label "Counting otolith annuli"@en ; skos:definition "A method which is used to approximate the age of a fish and which generally involves extracting the otoliths from a fish, then counting the number of annuli (i.e. year marks)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000232 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A method which is used to approximate the age of a fish and which generally involves extracting the otoliths from a fish, then counting the number of annuli (i.e. year marks)." ; oboInOwl:hasDbXref "https://www.adfg.alaska.gov/fedaidpdfs/FRED.132.pdf, accessed 2021-04-15" ] . ### http://purl.dataone.org/odo/SALMON_00000234 odo:SALMON_00000234 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000484 ; dc:creator ; dc:date "2021-04-15T19:38:17Z"^^xsd:dateTime ; dc:description "Fish ages are often estimated using proxy measurements, such as the space or distance between scale circuli." ; rdfs:label "Fish age proxy measurement type"@en . ### http://purl.dataone.org/odo/SALMON_00000235 odo:SALMON_00000235 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000234 ; dc:creator ; dc:date "2021-04-15T19:38:49Z"^^xsd:dateTime ; dc:description "Circuli are more widely spaced in warmer months when food is abundant and growth is rapid, and more narrowly spaced in colder months when food availability is low and growth slows." ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Distance between scale circuli"@en ; skos:definition "The measured distance between the fine ridges of a scale (i.e. circuli) which are laid down annually in a circular pattern around the focus, or center, of a scale as the growth of the fish proceeds." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000235 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Circuli are more widely spaced in warmer months when food is abundant and growth is rapid, and more narrowly spaced in colder months when food availability is low and growth slows." ; dc:source "https://spo.nmfs.noaa.gov/sites/default/files/legacy-pdfs/leaflet488.pdf, accessed 2021-04-15" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000235 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The measured distance between the fine ridges of a scale (i.e. circuli) which are laid down annually in a circular pattern around the focus, or center, of a scale as the growth of the fish proceeds." ; dc:source "https://spo.nmfs.noaa.gov/sites/default/files/legacy-pdfs/leaflet488.pdf, accessed 2021-04-15" ] . ### http://purl.dataone.org/odo/SALMON_00000236 odo:SALMON_00000236 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000217 ; dc:creator ; dc:date "2021-04-15T20:49:21Z"^^xsd:dateTime ; rdfs:label "Aquatic temperature"@en ; skos:closeMatch obo:ENVO_09200014 ; skos:definition "Objective comparative measure of hot or cold of water temperature in an aquatic environment." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000236 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Objective comparative measure of hot or cold of water temperature in an aquatic environment." ; dc:source "http://orcid.org/0000-0002-5300-3075" ] . ### http://purl.dataone.org/odo/SALMON_00000237 odo:SALMON_00000237 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000216 ; owl:disjointWith odo:SALMON_00000238 ; dc:creator ; dc:date "2021-04-15T20:51:04Z"^^xsd:dateTime ; rdfs:label "Male"@en ; owl:equivalentClass "http://purl.obolibrary.org/obo/PATO_0000384" ; skos:definition "A biological sex quality inhering in an individual or a population whose sex organs contain only male gametes." . ### http://purl.dataone.org/odo/SALMON_00000238 odo:SALMON_00000238 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000216 ; dc:creator ; dc:date "2021-04-15T20:51:08Z"^^xsd:dateTime ; rdfs:label "Female"@en ; owl:equivalentClass "http://purl.obolibrary.org/obo/PATO_0000383" ; skos:definition "A biological sex quality inhering in an individual or a population that only produces gametes that can be fertilised by male gametes." . ### http://purl.dataone.org/odo/SALMON_00000239 odo:SALMON_00000239 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-04-16T18:10:30Z"^^xsd:dateTime ; rdfs:label "Chinook salmon"@en ; skos:altLabel """\"Sikayujak\" @ipk \"Ggaal\" [Denaakk'e, Koyukon Athabaskan] \"Gath\" [Benhti Kenaga, Lower Tanana] \"Luk Choo\" @gwi \"Kiagtaq\" @ypk \"Taryaqvak\" @ypk \"Aciirturtet\" @ypk \"sumgax̂\" @ale [Unangam tunuu variant] \"chaguchax̂\" @ale [Unangam tunuu variant] \"chavichax̂\" @ale [Unangam tunuu variant] \"Aamasuuk\" [Alutiiq/Sugpiaq] \"Liliksak\" [Alutiiq/Sugpiaq] \"Luk'ece'e\" [Ahtna] \"Kentsinai'i\" [Ahtna] \"luq'aka'a\" [Kenai Dena'ina] \"nudlaghi\" [Kenai Dena'ina] \"te'ya'lee\" @eya \"Yee\" @tsi @tli \"t'á\" @tsi @tli""" , """Oncorhynchus tshawytscha O. tshawytscha \"king salmon\" @en \"Quinnat salmon\" @en \"spring salmon\" @en \"chrome hog\" @en \"Blackmouth\" @en \"Tyee salmon\" @en""" ; skos:exactMatch odo:SALMON_00000464 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000239 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """\"Sikayujak\" @ipk \"Ggaal\" [Denaakk'e, Koyukon Athabaskan] \"Gath\" [Benhti Kenaga, Lower Tanana] \"Luk Choo\" @gwi \"Kiagtaq\" @ypk \"Taryaqvak\" @ypk \"Aciirturtet\" @ypk \"sumgax̂\" @ale [Unangam tunuu variant] \"chaguchax̂\" @ale [Unangam tunuu variant] \"chavichax̂\" @ale [Unangam tunuu variant] \"Aamasuuk\" [Alutiiq/Sugpiaq] \"Liliksak\" [Alutiiq/Sugpiaq] \"Luk'ece'e\" [Ahtna] \"Kentsinai'i\" [Ahtna] \"luq'aka'a\" [Kenai Dena'ina] \"nudlaghi\" [Kenai Dena'ina] \"te'ya'lee\" @eya \"Yee\" @tsi @tli \"t'á\" @tsi @tli""" ; dc:source "https://alaskasalmonandpeople.org/regions/, accessed 2021-04-16" ; rdfs:comment "Indigenous names for salmon can be found by exploring each SASAP region's page on the State of Alaska's Salmon and People website (for example, see the Arctic Region here: https://alaskasalmonandpeople.org/region/arctic/)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000239 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhynchus tshawytscha O. tshawytscha \"king salmon\" @en \"Quinnat salmon\" @en \"spring salmon\" @en \"chrome hog\" @en \"Blackmouth\" @en \"Tyee salmon\" @en""" ; dc:source "https://en.wikipedia.org/wiki/Chinook_salmon, accessed 2021-04-16" , "https://www.wikidata.org/wiki/Q833503, accessed 2021-04-16" ] . ### http://purl.dataone.org/odo/SALMON_00000240 odo:SALMON_00000240 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-04-16T18:10:52Z"^^xsd:dateTime ; rdfs:label "Chum salmon"@en ; skos:altLabel """\"Iqalugruaq\" @ipk \"Aqalugruaq\" @ipk \"Noolaaghe\" [Denaakk'e, Koyukon Athabaskan] \"Nahdlii\" @gwi \"Shii\" @gwi \"Aluyak\" @ypk \"Iqalluk\" @ypk \"Kangitneq\" @ypk \"Mac'utaq\" @ypk \"Teggmaarrluk\" @ypk [Unangam tunuu variant] \"x̂aykix̂\" @ale \"Alimaq\" [Alutiiq/Sugpiaq] \"alima\" [Kenai Dena'ina] \"tiitl'\" @eya \"Gaynii\"@tsi @tli \"téel'\" @tsi @tli""" , """Oncorhynchus keta O. keta \"dog salmon\" @en \"keta salmon\" @en \"silverbrite salmon\" @en""" ; skos:exactMatch odo:SALMON_00000461 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000240 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """\"Iqalugruaq\" @ipk \"Aqalugruaq\" @ipk \"Noolaaghe\" [Denaakk'e, Koyukon Athabaskan] \"Nahdlii\" @gwi \"Shii\" @gwi \"Aluyak\" @ypk \"Iqalluk\" @ypk \"Kangitneq\" @ypk \"Mac'utaq\" @ypk \"Teggmaarrluk\" @ypk [Unangam tunuu variant] \"x̂aykix̂\" @ale \"Alimaq\" [Alutiiq/Sugpiaq] \"alima\" [Kenai Dena'ina] \"tiitl'\" @eya \"Gaynii\"@tsi @tli \"téel'\" @tsi @tli""" ; dc:source "https://alaskasalmonandpeople.org/regions/, accessed 2021-04-16" ; rdfs:comment "Indigenous names for salmon can be found by exploring each SASAP region's page on the State of Alaska's Salmon and People website (for example, see the Arctic Region here: https://alaskasalmonandpeople.org/region/arctic/)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000240 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhynchus keta O. keta \"dog salmon\" @en \"keta salmon\" @en \"silverbrite salmon\" @en""" ; dc:source , ] . ### http://purl.dataone.org/odo/SALMON_00000241 odo:SALMON_00000241 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-04-16T18:10:57Z"^^xsd:dateTime ; rdfs:label "Pink salmon"@en ; skos:altLabel """\"Amaqtuq\" @ipk \"Amaqaayak\" @ypk \"Amaqsuq\" @ypk \"Cuqpeq\" @ypk \"Terteq\" @ypk \"Qungaayux\" @ale [Unangam tunuu variant] \"Amartuq\" [Alutiiq/Sugpiaq] \"Amaqaayak\" [Alutiiq/Sugpiaq] \"Dak'aay\" [Ahtna] \"Dak'aagi\" [Ahtna] \"qughuna\" [Kenai Dena'ina] \"giyah sdilahL\" @eyk \"kaashk'\" @eyk \"Sti'moon\" @tsi @tli \"Cháas'\" @tsi @tli""" , """Oncorhynchus gorbuscha O. gorbuscha \"humpback salmon\" @en \"humpbacked salmon\" @en""" ; skos:exactMatch odo:SALMON_00000460 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000241 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """\"Amaqtuq\" @ipk \"Amaqaayak\" @ypk \"Amaqsuq\" @ypk \"Cuqpeq\" @ypk \"Terteq\" @ypk \"Qungaayux\" @ale [Unangam tunuu variant] \"Amartuq\" [Alutiiq/Sugpiaq] \"Amaqaayak\" [Alutiiq/Sugpiaq] \"Dak'aay\" [Ahtna] \"Dak'aagi\" [Ahtna] \"qughuna\" [Kenai Dena'ina] \"giyah sdilahL\" @eyk \"kaashk'\" @eyk \"Sti'moon\" @tsi @tli \"Cháas'\" @tsi @tli""" ; dc:source "https://alaskasalmonandpeople.org/regions/, accessed 2021-04-16" ; rdfs:comment "Indigenous names for salmon can be found by exploring each SASAP region's page on the State of Alaska's Salmon and People website (for example, see the Arctic Region here: https://alaskasalmonandpeople.org/region/arctic/)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000241 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhynchus gorbuscha O. gorbuscha \"humpback salmon\" @en \"humpbacked salmon\" @en""" ; dc:source , ] . ### http://purl.dataone.org/odo/SALMON_00000242 odo:SALMON_00000242 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-04-16T18:11:02Z"^^xsd:dateTime ; rdfs:label "Sockeye salmon"@en ; skos:altLabel """\"Cayak\" @ypk \"Sayak\" @ypk \"Niklliq\" [Alutiiq/Sugpiaq] \"Nulaeggi\" [Ahtna] \"Sesluugge\"' [Ahtna] \"Natael luugge'\" [Ahtna] \"k'q'uya\" [Kenai Dena'ina] \"tahi'id\" @eyk \"cha'ch\" @eyk \"Misoo\" @tsi @tli \"g̲aat\" @tsi @tli""" , """Oncorhynchus nerka O. nerka \"red salmon\" @en \"kokanee\" @en \"kokanee salmon\" @en \"blueback salmon\" @en \"blue-back\" @en \"Fraser River salmon\" @en \"redfish\" @en \"sock-eye salmon\" @en \"sox\" @en""" ; skos:exactMatch odo:SALMON_00000463 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000242 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """\"Cayak\" @ypk \"Sayak\" @ypk \"Niklliq\" [Alutiiq/Sugpiaq] \"Nulaeggi\" [Ahtna] \"Sesluugge\"' [Ahtna] \"Natael luugge'\" [Ahtna] \"k'q'uya\" [Kenai Dena'ina] \"tahi'id\" @eyk \"cha'ch\" @eyk \"Misoo\" @tsi @tli \"g̲aat\" @tsi @tli""" ; dc:source "https://alaskasalmonandpeople.org/regions/, accessed 2021-04-16" ; rdfs:comment "Indigenous names for salmon can be found by exploring each SASAP region's page on the State of Alaska's Salmon and People website (for example, see the Arctic Region here: https://alaskasalmonandpeople.org/region/arctic/)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000242 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhynchus nerka O. nerka \"red salmon\" @en \"kokanee\" @en \"kokanee salmon\" @en \"blueback salmon\" @en \"blue-back\" @en \"Fraser River salmon\" @en \"redfish\" @en \"sock-eye salmon\" @en \"sox\" @en""" ; dc:source , ] . ### http://purl.dataone.org/odo/SALMON_00000243 odo:SALMON_00000243 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-04-16T18:11:22Z"^^xsd:dateTime ; rdfs:label "Coho salmon"@en ; skos:altLabel """\"Saanlaaghe\" [Denaakk'e, Koyukon Athabaskan] \"Khwyhts'en'\" [Benhti Kenaga, Lower Tanana] \"Shii\" @gwi \"Caayuryaq\" @ypk \"Qakiiyaq\" @ypk \"Qavlunaq\" @ypk \"Uqurliq\" @ypk \"Qakiidax̂: @ale [Unangam tunuu variant] \"Qakiiyaq\" [Alutiiq/Sugpiaq] \"ta'ay\" @eyk \"ÜÜx\" @tsi @tli \"L'ook\" @tsi @tli""" , """Oncorhynchus kisutch O. kisutch \"silver salmon\" @en \"silvers\" @en""" ; skos:exactMatch odo:SALMON_00000462 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000243 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """\"Saanlaaghe\" [Denaakk'e, Koyukon Athabaskan] \"Khwyhts'en'\" [Benhti Kenaga, Lower Tanana] \"Shii\" @gwi \"Caayuryaq\" @ypk \"Qakiiyaq\" @ypk \"Qavlunaq\" @ypk \"Uqurliq\" @ypk \"Qakiidax̂: @ale [Unangam tunuu variant] \"Qakiiyaq\" [Alutiiq/Sugpiaq] \"ta'ay\" @eyk \"ÜÜx\" @tsi @tli \"L'ook\" @tsi @tli""" ; dc:source "https://alaskasalmonandpeople.org/regions/, accessed 2021-04-16" ; rdfs:comment "Indigenous names for salmon can be found by exploring each SASAP region's page on the State of Alaska's Salmon and People website (for example, see the Arctic Region here: https://alaskasalmonandpeople.org/region/arctic/)" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000243 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhynchus kisutch O. kisutch \"silver salmon\" @en \"silvers\" @en""" ; dc:source , ] . ### http://purl.dataone.org/odo/SALMON_00000250 odo:SALMON_00000250 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000216 ; dc:creator ; dc:date "2021-04-19T18:26:55Z"^^xsd:dateTime ; rdfs:label "Unknown sex"@en . ### http://purl.dataone.org/odo/SALMON_00000400 odo:SALMON_00000400 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000216 ; dc:creator ; dc:date "2021-04-21T21:15:55Z"^^xsd:dateTime ; rdfs:label "Immature"@en . ### http://purl.dataone.org/odo/SALMON_00000401 odo:SALMON_00000401 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000167 ; dc:creator ; dc:date "2021-04-21T23:42:02Z"^^xsd:dateTime ; rdfs:label "Life history stage of salmonid fish"@en ; owl:equivalentClass "http://rs.tdwg.org/dwc/terms/lifeStage" ; skos:definition "The age class or life stage of the biological individual(s) at the time the occurrence was recorded." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000401 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The age class or life stage of the biological individual(s) at the time the occurrence was recorded." ; oboInOwl:hasDbXref "http://rs.tdwg.org/dwc/terms/lifeStage" ] . ### http://purl.dataone.org/odo/SALMON_00000402 odo:SALMON_00000402 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-04-21T23:42:09Z"^^xsd:dateTime ; rdfs:label "Egg"@en ; skos:definition "In fish, the term egg usually refers to female haploid gametes." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000402 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "In fish, the term egg usually refers to female haploid gametes." ; dc:source "http://www.fishbase.us/glossary/Glossary.php?q=egg&language=english&sc=is, accessed 2021-06-15" ] . ### http://purl.dataone.org/odo/SALMON_00000403 odo:SALMON_00000403 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-04-21T23:42:13Z"^^xsd:dateTime ; rdfs:label "Alevin"@en ; skos:definition "Larval salmon that have hatched but have not yet completely absorbed their yolk sacs and usually have not yet emerged from the gravel." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000403 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Larval salmon that have hatched but have not yet completely absorbed their yolk sacs and usually have not yet emerged from the gravel." ; dc:source "http://www.fishbase.us/glossary/Glossary.php?q=alevin&language=english&sc=is, accessed 2021-04-21" ] . ### http://purl.dataone.org/odo/SALMON_00000404 odo:SALMON_00000404 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-04-21T23:42:21Z"^^xsd:dateTime ; rdfs:label "Smolt"@en ; skos:definition "1) A young salmonid which has developed silvery coloring on its sides, obscuring the parr marks, and which is about to migrate or has just migrated into the sea, 2) to undergo the transformation from parr to smolt." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000404 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "1) A young salmonid which has developed silvery coloring on its sides, obscuring the parr marks, and which is about to migrate or has just migrated into the sea, 2) to undergo the transformation from parr to smolt." ; dc:source "https://www.fishbase.in/Glossary/Glossary.php?q=smolt&language=english&sc=is, accessed 2021-04-21" ] . ### http://purl.dataone.org/odo/SALMON_00000405 odo:SALMON_00000405 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-04-21T23:42:38Z"^^xsd:dateTime ; rdfs:label "Fry"@en ; skos:definition "A young fish at the post-larval stage. May include all fish stages from hatching to fingerling. An advanced fry is any young fish from the start of exogenous feeding after the yolk is absorbed while a sac fry is from hatching to yolk sac absorption. In Salmonidae the stage from end of dependence on the yolk sac as the primary source of nutrition to dispersal from the redd." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000405 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A young fish at the post-larval stage. May include all fish stages from hatching to fingerling. An advanced fry is any young fish from the start of exogenous feeding after the yolk is absorbed while a sac fry is from hatching to yolk sac absorption. In Salmonidae the stage from end of dependence on the yolk sac as the primary source of nutrition to dispersal from the redd." ; dc:source "http://www.fishbase.us/glossary/Glossary.php?q=fry&language=english&sc=is, accessed 2021-04-21" ] . ### http://purl.dataone.org/odo/SALMON_00000406 odo:SALMON_00000406 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-04-21T23:42:40Z"^^xsd:dateTime ; rdfs:label "Adult"@en ; skos:definition "Fish that have fully developed morphological and meristic characters and that have attained sexual maturity." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000406 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Fish that have fully developed morphological and meristic characters and that have attained sexual maturity." ; dc:source "http://www.fishbase.us/glossary/Glossary.php?q=adult&language=english&sc=is, accessed 2021-04-21" ] . ### http://purl.dataone.org/odo/SALMON_00000407 odo:SALMON_00000407 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000184 ; dc:creator ; dc:date "2021-04-22T00:00:18Z"^^xsd:dateTime ; rdfs:label "Numeric age of fish"@en ; skos:definition "Elapsed time, typically expressed in years, (a) since birth or (b) which describes the how long a salmon has spent in a particular environment (e.g. saltwater vs. freshwater)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000407 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Elapsed time, typically expressed in years, (a) since birth or (b) which describes the how long a salmon has spent in a particular environment (e.g. saltwater vs. freshwater)." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000408 odo:SALMON_00000408 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000478 ; dc:creator ; dc:date "2021-04-22T00:00:42Z"^^xsd:dateTime ; rdfs:label "Fish age notation type"@en ; skos:definition "A standardized notation format for describing the age of a salmon." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000408 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A standardized notation format for describing the age of a salmon." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000411 odo:SALMON_00000411 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000236 ; dc:creator ; dc:date "2021-04-22T04:05:19Z"^^xsd:dateTime ; rdfs:label "Freshwater temperature"@en ; skos:definition "The objective measure of hot or cold in freshwater (i.e. non-saline water)." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00001525" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000411 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The objective measure of hot or cold in freshwater (i.e. non-saline water)." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Temperature, accessed 2021-04-22 https://www.wikidata.org/wiki/Q11466, accessed 2021-04-22""" ] . ### http://purl.dataone.org/odo/SALMON_00000412 odo:SALMON_00000412 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000236 ; dc:creator ; dc:date "2021-04-22T04:05:29Z"^^xsd:dateTime ; rdfs:label "Seawater temperature"@en ; skos:definition "An objective measure of hot or cold of water in a marine (i.e. ocean or sea) environment." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00001226" . ### http://purl.dataone.org/odo/SALMON_00000413 odo:SALMON_00000413 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000219 ; dc:creator ; dc:date "2021-04-22T16:35:07Z"^^xsd:dateTime ; rdfs:label "River water temperature"@en ; skos:definition "The objective measure of hot or cold of water in a river." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00001528" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000413 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The objective measure of hot or cold of water in a river." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Temperature, accessed 2021-04-22 https://www.wikidata.org/wiki/Q11466, accessed 2021-04-22""" ] . ### http://purl.dataone.org/odo/SALMON_00000414 odo:SALMON_00000414 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000411 ; dc:creator ; dc:date "2021-04-22T16:36:05Z"^^xsd:dateTime ; rdfs:label "Lake water temperature"@en ; skos:definition "Objective comparative measure of hot or cold of water in a lake." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00001231" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000414 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Objective comparative measure of hot or cold of water in a lake." ; dc:source "http://purl.dataone.org/odo/ECSO_00001231" ] . ### http://purl.dataone.org/odo/SALMON_00000415 odo:SALMON_00000415 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000412 ; dc:creator ; dc:date "2021-04-22T16:49:49Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Sea surface temperature"@en ; skos:altLabel """SST Ocean surface temperature""" ; skos:definition "An aquatic temperature which inheres in water close to the surface of an ocean or sea. The exact meaning of surface varies according to the measurement method used, but it is between 1 millimetre (0.04 in) and 20 metres (70 ft) below the sea surface." ; skos:exactMatch obo:ENVO_04000002 , "http://purl.dataone.org/odo/ECSO_00001523" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000415 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An aquatic temperature which inheres in water close to the surface of an ocean or sea. The exact meaning of surface varies according to the measurement method used, but it is between 1 millimetre (0.04 in) and 20 metres (70 ft) below the sea surface." ; dc:source "http://purl.dataone.org/odo/ECSO_00001523" ] . ### http://purl.dataone.org/odo/SALMON_00000416 odo:SALMON_00000416 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000214 ; dc:creator ; dc:date "2021-04-22T17:00:09Z"^^xsd:dateTime ; dc:description "Salinity is an important factor in determining many aspects of the chemistry of natural waters and of biological processes within it, and is a thermodynamic state variable that, along with temperature and pressure, governs physical characteristics like the density and heat capacity of the water." ; rdfs:label "Water salinity measurement type"@en ; skos:definition "A measure of the saltiness or dissolved salt content of a body of water." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00001164" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000416 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Salinity is an important factor in determining many aspects of the chemistry of natural waters and of biological processes within it, and is a thermodynamic state variable that, along with temperature and pressure, governs physical characteristics like the density and heat capacity of the water." ; dc:source odo:ECSO_00001164 ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000416 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A measure of the saltiness or dissolved salt content of a body of water." ; dc:source "http://purl.dataone.org/odo/ECSO_00001164" ] . ### http://purl.dataone.org/odo/SALMON_00000417 odo:SALMON_00000417 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000416 ; dc:creator ; dc:date "2021-04-22T17:17:30Z"^^xsd:dateTime ; rdfs:comment "Is also an Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Sea surface salinity"@en ; skos:definition "Salinity measured at the surface of the sea. The exact meaning of surface varies according to the measurement method used, but it is between 1 millimetre (0.04 in) and 20 metres (70 ft) below the sea surface." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00001658" . ### http://purl.dataone.org/odo/SALMON_00000419 odo:SALMON_00000419 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000412 ; dc:creator ; dc:date "2021-04-22T17:20:03Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Subsurface sea temperature"@en . ### http://purl.dataone.org/odo/SALMON_00000420 odo:SALMON_00000420 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000214 ; dc:creator ; dc:date "2021-04-22T17:28:15Z"^^xsd:dateTime ; rdfs:label "Alkalinity measurement type"@en ; skos:definition "A measure of the quantitative capacity of an aqueous solution to neutralize an acid." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00001749" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000420 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A measure of the quantitative capacity of an aqueous solution to neutralize an acid." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Alkalinity, accessed 2021-04-22 https://www.wikidata.org/wiki/Q432016, accessed 2021-04-22""" ] . ### http://purl.dataone.org/odo/SALMON_00000422 odo:SALMON_00000422 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000420 ; dc:creator ; dc:date "2021-04-22T17:45:49Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Freshwater alkalinity"@en ; skos:definition "Alkalinity which is measured in freshwater." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00002895" . ### http://purl.dataone.org/odo/SALMON_00000423 odo:SALMON_00000423 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000420 ; dc:creator ; dc:date "2021-04-22T17:45:58Z"^^xsd:dateTime ; rdfs:label "Seawater alkalinity"@en ; skos:definition "Alkalinity which is measured in seawater." ; skos:exactMatch odo:ECSO_00001750 . ### http://purl.dataone.org/odo/SALMON_00000424 odo:SALMON_00000424 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000214 ; dc:creator ; dc:date "2021-04-22T18:12:58Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Dissolved oxygen measurement type"@en ; skos:altLabel "DO" ; skos:definition "The amount of gaseous oxygen (O2) dissolved in water." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000424 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The amount of gaseous oxygen (O2) dissolved in water." ; dc:source "https://arcos.disl.org/main/whatisDO#:~:text=Dissolved%20Oxygen%20is%20the%20amount,can%20affect%20dissolved%20oxygen%20levels, accessed 2021-04-22" ] . ### http://purl.dataone.org/odo/SALMON_00000425 odo:SALMON_00000425 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000424 ; dc:creator ; dc:date "2021-04-22T18:13:22Z"^^xsd:dateTime ; dc:description "Dissolved oxygen saturation can be measured with a dissolved oxygen probe such as an oxygen sensor or an optode in liquid media, usually water. The standard unit of oxygen saturation is percent (%)." ; rdfs:comment "http://purl.dataone.org/odo/ECSO_00002386" ; rdfs:label "Dissolved oxygen saturation"@en ; skos:altLabel "DOsat" ; skos:definition "A relative measure of the concentration of oxygen that is dissolved or carried in a given medium as a proportion of the maximal concentration that can be dissolved in that medium." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00002386" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000425 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Dissolved oxygen saturation can be measured with a dissolved oxygen probe such as an oxygen sensor or an optode in liquid media, usually water. The standard unit of oxygen saturation is percent (%)." ; dc:source """https://en.wikipedia.org/wiki/Oxygen_saturation, accessed 22April2021 https://www.wikidata.org/wiki/Q6294669, accessed 22April2021""" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000425 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A relative measure of the concentration of oxygen that is dissolved or carried in a given medium as a proportion of the maximal concentration that can be dissolved in that medium." ; dc:source """https://en.wikipedia.org/wiki/Oxygen_saturation, accessed 22April2021 https://www.wikidata.org/wiki/Q6294669, accessed 22April2021""" ] . ### http://purl.dataone.org/odo/SALMON_00000426 odo:SALMON_00000426 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000424 ; dc:creator ; dc:date "2021-04-22T18:13:32Z"^^xsd:dateTime ; rdfs:comment "http://purl.dataone.org/odo/ECSO_00001669" ; rdfs:label "Dissolved oxygen concentration"@en ; skos:altLabel "DO concentration" ; skos:definition "A concentration of the amount of oxygen present in water." . ### http://purl.dataone.org/odo/SALMON_00000458 odo:SALMON_00000458 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000215 ; dc:creator ; dc:date "2021-04-26T20:17:29Z"^^xsd:dateTime ; rdfs:label "Salmonid Type"@en ; skos:altLabel """Scientific name Binomial name Binomen Latin name""" ; skos:definition "In biological taxonomy, Type generically refers to the official name applied to a taxon. This Class constrains Type members as belonging to family Salmonidae" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000458 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "In biological taxonomy, Type generically refers to the official name applied to a taxon. This Class constrains Type members as belonging to family Salmonidae" ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000460 odo:SALMON_00000460 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000587 ; dc:creator ; dc:date "2021-04-26T20:17:52Z"^^xsd:dateTime ; dc:description """Oncorhynchus gorbuscha (i.e. pink salmon) is the smallest and most abundant of the five species of Pacific salmon. Physical Description: In the ocean, pink salmon are bright silver fish. After returning to their spawning streams, their coloring changes to pale grey on the back with yellowish-white belly (although some turn an overall dull green color). As with all salmon, in addition to the dorsal fin, they also have an adipose fin. The fish is characterized by a white mouth with black gums, no teeth on the tongue, large oval-shaped black spots on the back, a v-shaped tail, and an anal fin with 13-17 soft rays. During their spawning migration, males develop a pronounced humped back, hence their nickname \"humpies\". Pink salmon average 4.8 pounds (2.2 kg) in weight. The maximum recorded size was 30 inches (76 cm) and 15 pounds (6.8 kg). Range: The native range of the species is in the Pacific and Arctic coastal waters and rivers, from the Sacramento River in northern California to the Mackenzie River in Canada; and in the west from the Lena River in Siberia to Korea and Honshu in Japan. In North America pink salmon spawn from the Mackenzie River in the Arctic to as far south as tributaries of Puget Sound, Washington, although they were also reported in the San Lorenzo River near Santa Cruz, California in 1915 and the Sacramento River in northern California in the 1950s. In 2013 a new record for the southernmost extent of spawning pink salmon was published for the Salinas River. In the fall of 2017 a dozen pink salmon were counted in Lagunitas Creek about 25 miles (40 km) north of San Francisco, California.""" ; oboInOwl:hasDbXref """NCBI:txid8017 ITIS: 161975 (https://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161975#null) GBIF: 5204037 (https://www.gbif.org/species/5204037) EOL: 46563135 (https://eol.org/pages/46563135) COL: 74N5S (https://www.catalogueoflife.org/data/taxon/74N5S) Wikidata: Q673380 (https://www.wikidata.org/wiki/Q673380)""" ; rdfs:label "Oncorhynchus gorbuscha"@en ; skos:altLabel "O. gorbuscha" ; skos:definition "The class which contains all instances of Oncorhynchus gorbuscha." ; skos:exactMatch odo:SALMON_00000241 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000460 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Oncorhynchus gorbuscha (i.e. pink salmon) is the smallest and most abundant of the five species of Pacific salmon. Physical Description: In the ocean, pink salmon are bright silver fish. After returning to their spawning streams, their coloring changes to pale grey on the back with yellowish-white belly (although some turn an overall dull green color). As with all salmon, in addition to the dorsal fin, they also have an adipose fin. The fish is characterized by a white mouth with black gums, no teeth on the tongue, large oval-shaped black spots on the back, a v-shaped tail, and an anal fin with 13-17 soft rays. During their spawning migration, males develop a pronounced humped back, hence their nickname \"humpies\". Pink salmon average 4.8 pounds (2.2 kg) in weight. The maximum recorded size was 30 inches (76 cm) and 15 pounds (6.8 kg). Range: The native range of the species is in the Pacific and Arctic coastal waters and rivers, from the Sacramento River in northern California to the Mackenzie River in Canada; and in the west from the Lena River in Siberia to Korea and Honshu in Japan. In North America pink salmon spawn from the Mackenzie River in the Arctic to as far south as tributaries of Puget Sound, Washington, although they were also reported in the San Lorenzo River near Santa Cruz, California in 1915 and the Sacramento River in northern California in the 1950s. In 2013 a new record for the southernmost extent of spawning pink salmon was published for the Salinas River. In the fall of 2017 a dozen pink salmon were counted in Lagunitas Creek about 25 miles (40 km) north of San Francisco, California.""" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Pink_salmon, accessed 2021-06-15 https://www.wikidata.org/wiki/Q673380, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000461 odo:SALMON_00000461 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000587 , [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty dwcterms:nameAccordingTo ; owl:someValuesFrom odo:SALMON_00000495 ] [ rdf:type owl:Restriction ; owl:onProperty dwcterms:scientificName ; owl:someValuesFrom odo:SALMON_00000884 ] ) ; rdf:type owl:Class ] ; dc:creator ; dc:date "2021-04-26T20:18:47Z"^^xsd:dateTime ; dc:description """Oncorhynchus keta (i.e. chum salmon) is one of the five species of Pacific salmon. Physical Description: The body of the chum salmon is deeper than most salmonid species. In common with other species found in the Pacific, the anal fin has 12 to 20 rays, compared with a maximum of 12 in European species. Chum have an ocean coloration of silvery blue green with some indistinct spotting in a darker shade, and a rather paler belly. When they move into fresh water the color changes to dark olive green and the belly color deepens. When adults are near spawning, they have purple blotchy streaks near the caudal peduncle, darker towards the tail. Spawning males typically grow an elongated snout or kype, their lower fins become tipped with white and they have enlarged teeth. Some researchers speculate these characteristics are used to compete for mates. Range: Chum salmon have the largest natural range of any Pacific salmon, and undergo the longest migrations within the genus Oncorhynchus, far up the Yukon River and deep into the Amur River basin in Asia. In lesser numbers they migrate thousands of kilometres up the Mackenzie River. Chum are found around the north Pacific, in the waters of Korea, Japan, and the Okhotsk and Bering seas (Kamchatka, Chukotka, Kuril Islands, Sakhalin, Khabarovsk Krai, Primorsky Krai), British Columbia in Canada, and from Alaska to California in the United States. In the Arctic Ocean they are found in limited numbers from the Laptev Sea to the Beaufort Sea. In North America chum salmon spawn from the Mackenzie River in the Arctic to as far south as Tillamook Bay, Oregon, although they were also reported in the San Lorenzo River near Santa Cruz, California in 1915 and the Sacramento River in northern California in the 1950s. In fall 2017 a half dozen chum salmon were counted in Lagunitas Creek about 25 miles (40 km) north of San Francisco, California.""" ; oboInOwl:hasDbXref """NCBI:txid8018 ITIS: 161976 (https://itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161976#null) GBIF: 5204014 (https://www.gbif.org/species/5204014) EOL: 46563136 (https://eol.org/pages/46563136) COL: 49JF6 (https://www.catalogueoflife.org/data/taxon/49JF6) Wikidata: Q475211 (https://www.wikidata.org/wiki/Q475211)""" ; rdfs:label "Oncorhynchus keta"@en ; skos:altLabel "O. keta" ; skos:definition "The class which contains all instances of Oncorhynchus keta." ; skos:exactMatch odo:SALMON_00000240 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000461 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Oncorhynchus keta (i.e. chum salmon) is one of the five species of Pacific salmon. Physical Description: The body of the chum salmon is deeper than most salmonid species. In common with other species found in the Pacific, the anal fin has 12 to 20 rays, compared with a maximum of 12 in European species. Chum have an ocean coloration of silvery blue green with some indistinct spotting in a darker shade, and a rather paler belly. When they move into fresh water the color changes to dark olive green and the belly color deepens. When adults are near spawning, they have purple blotchy streaks near the caudal peduncle, darker towards the tail. Spawning males typically grow an elongated snout or kype, their lower fins become tipped with white and they have enlarged teeth. Some researchers speculate these characteristics are used to compete for mates. Range: Chum salmon have the largest natural range of any Pacific salmon, and undergo the longest migrations within the genus Oncorhynchus, far up the Yukon River and deep into the Amur River basin in Asia. In lesser numbers they migrate thousands of kilometres up the Mackenzie River. Chum are found around the north Pacific, in the waters of Korea, Japan, and the Okhotsk and Bering seas (Kamchatka, Chukotka, Kuril Islands, Sakhalin, Khabarovsk Krai, Primorsky Krai), British Columbia in Canada, and from Alaska to California in the United States. In the Arctic Ocean they are found in limited numbers from the Laptev Sea to the Beaufort Sea. In North America chum salmon spawn from the Mackenzie River in the Arctic to as far south as Tillamook Bay, Oregon, although they were also reported in the San Lorenzo River near Santa Cruz, California in 1915 and the Sacramento River in northern California in the 1950s. In fall 2017 a half dozen chum salmon were counted in Lagunitas Creek about 25 miles (40 km) north of San Francisco, California.""" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Chum_salmon, accessed 2021-06-15 https://www.wikidata.org/wiki/Q475211, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000462 odo:SALMON_00000462 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000587 ; dc:creator ; dc:date "2021-04-26T20:18:52Z"^^xsd:dateTime ; dc:description """Oncorhynchus kisutch (i.e. coho salmon) is one of the five species of Pacific salmon. Physical Description: During their ocean phase, coho salmon have silver sides and dark-blue backs. During their spawning phase, their jaws and teeth become hooked. After entering fresh water, they develop bright-red sides, bluish-green heads and backs, dark bellies and dark spots on their backs. Sexually maturing fish develop a light-pink or rose shading along the belly, and the males may show a slight arching of the back. Mature adults have a pronounced red skin color with darker backs and average 28 inches (71 cm) and 7 to 11 pounds (3.2 to 5.0 kg), occasionally reaching up to 36 pounds (16 kg). They also develop a large kype (hooked beak) during spawning. Mature females may be darker than males, with both showing a pronounced hook on the nose. Range: The traditional range of the coho salmon runs along both sides of the North Pacific Ocean, from Hokkaidō, Japan and eastern Russia, around the Bering Sea to mainland Alaska, and south to Monterey Bay, California. Coho salmon have also been introduced in all the Great Lakes, as well as many landlocked reservoirs throughout the United States. A number of specimens, (more than 20), were caught in waters surrounding Denmark and Norway in 2017. Their source is currently unknown, but the salmon species is farmed at several locations in Europe, making it probable that the animal has slipped the net at such a farm.""" ; oboInOwl:hasDbXref """NCBI:txid8019 ITIS: 161977 (https://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161977#null) GBIF: 5204034 (https://www.gbif.org/species/5204034) EOL: 46563137 (https://eol.org/pages/46563137) COL: 49JF8 (https://www.catalogueoflife.org/data/taxon/49JF8) Wikidata: Q934874 (https://www.wikidata.org/wiki/Q934874)""" ; rdfs:label "Oncorhynchus kisutch"@en ; skos:altLabel "O. kisutch" ; skos:definition "The class which contains all instances of Oncorhynchus kisutch." ; skos:exactMatch odo:SALMON_00000243 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000462 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Oncorhynchus kisutch (i.e. coho salmon) is one of the five species of Pacific salmon. Physical Description: During their ocean phase, coho salmon have silver sides and dark-blue backs. During their spawning phase, their jaws and teeth become hooked. After entering fresh water, they develop bright-red sides, bluish-green heads and backs, dark bellies and dark spots on their backs. Sexually maturing fish develop a light-pink or rose shading along the belly, and the males may show a slight arching of the back. Mature adults have a pronounced red skin color with darker backs and average 28 inches (71 cm) and 7 to 11 pounds (3.2 to 5.0 kg), occasionally reaching up to 36 pounds (16 kg). They also develop a large kype (hooked beak) during spawning. Mature females may be darker than males, with both showing a pronounced hook on the nose. Range: The traditional range of the coho salmon runs along both sides of the North Pacific Ocean, from Hokkaidō, Japan and eastern Russia, around the Bering Sea to mainland Alaska, and south to Monterey Bay, California. Coho salmon have also been introduced in all the Great Lakes, as well as many landlocked reservoirs throughout the United States. A number of specimens, (more than 20), were caught in waters surrounding Denmark and Norway in 2017. Their source is currently unknown, but the salmon species is farmed at several locations in Europe, making it probable that the animal has slipped the net at such a farm.""" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Coho_salmon, accessed 2021-06-15 https://www.wikidata.org/wiki/Q934874, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000463 odo:SALMON_00000463 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000587 ; dc:creator ; dc:date "2021-04-26T20:19:04Z"^^xsd:dateTime ; dc:description """Oncorhynchus nerka (i.e. sockeye salmon) is one of the five species of Pacific salmon. Physical Description: The sockeye salmon is sometimes called red or blueback salmon, due to its color. Sockeye are blue tinged with silver in color while living in the ocean. When they return to spawning grounds, their bodies become red and their heads turn green. Sockeye can be anywhere from 60 to 84 cm (2 ft 0 in–2 ft 9 in) in length and weigh from 2.3 to 7 kg (5–15 lb). Two distinguishing features are their long, serrated gill rakers that range from 30 to 40 in number, and their lack of a spot on their tail or back. Range: Sockeye salmon range as far south as the Columbia River in the eastern Pacific (although individuals have been spotted as far south as the 10 Mile River on the Mendocino Coast of California) and in northern Hokkaidō Island in Japan in the western Pacific. They range as far north as the Bathurst Inlet in the Canadian Arctic in the east and the Anadyr River in Siberia in the west. The farthest inland sockeye salmon travel is to Redfish Lake, Idaho, over 1,400 km (900 mi) from the ocean and 2,000 m (6,500 ft) in elevation. In the United States, populations of sockeye salmon have been extirpated from Idaho and Oregon.""" ; oboInOwl:hasDbXref """NCBI:txid8023 ITIS: 161979 (https://itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161979#null) GBIF: 5204039 (https://www.gbif.org/species/5204039) EOL: 46563140 (https://eol.org/pages/46563140, currently produces an error 505) COL: 49JFH (https://www.catalogueoflife.org/data/taxon/49JFH) Wikidata: Q44064 (https://www.wikidata.org/wiki/Q44064)""" ; rdfs:label "Oncorhynchus nerka"@en ; skos:altLabel "O. nerka" ; skos:definition "The class which contains all instances of Oncorhynchus nerka." ; skos:exactMatch odo:SALMON_00000242 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000463 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Oncorhynchus nerka (i.e. sockeye salmon) is one of the five species of Pacific salmon. Physical Description: The sockeye salmon is sometimes called red or blueback salmon, due to its color. Sockeye are blue tinged with silver in color while living in the ocean. When they return to spawning grounds, their bodies become red and their heads turn green. Sockeye can be anywhere from 60 to 84 cm (2 ft 0 in–2 ft 9 in) in length and weigh from 2.3 to 7 kg (5–15 lb). Two distinguishing features are their long, serrated gill rakers that range from 30 to 40 in number, and their lack of a spot on their tail or back. Range: Sockeye salmon range as far south as the Columbia River in the eastern Pacific (although individuals have been spotted as far south as the 10 Mile River on the Mendocino Coast of California) and in northern Hokkaidō Island in Japan in the western Pacific. They range as far north as the Bathurst Inlet in the Canadian Arctic in the east and the Anadyr River in Siberia in the west. The farthest inland sockeye salmon travel is to Redfish Lake, Idaho, over 1,400 km (900 mi) from the ocean and 2,000 m (6,500 ft) in elevation. In the United States, populations of sockeye salmon have been extirpated from Idaho and Oregon.""" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Sockeye_salmon, accessed 2021-06-15 https://www.wikidata.org/wiki/Q44064, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000464 odo:SALMON_00000464 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000587 ; dc:creator ; dc:date "2021-04-26T20:19:15Z"^^xsd:dateTime ; dc:description """Oncorhynchus tshawytscha (i.e. Chinook salmon) is the largest of the five species of Pacific salmon. Physical Description: The Chinook is blue-green, red, or purple on the back and top of the head, with silvery sides and white ventral surfaces. It has black spots on its tail and the upper half of its body. Although spots are seen on the tail in pink salmon, and silver on the tail in coho and chum salmon, Chinook are unique among the Pacific salmon in combining black spots and silver on the tail. Another distinctive feature is a black gum line that is present in both salt and freshwater. Adult fish range in size from 24 to 36 in (61 to 91 cm), but may be up to 58 in (150 cm) in length; they average 10 to 50 lb (4.5 to 22.7 kg), but may reach 130 lb (59 kg). The meat can be either pink or white in color, depending on what the salmon have been feeding on. Range: Chinook are anadromous fish native to the North Pacific Ocean and the river systems of western North America, ranging from California to Alaska, as well as Asian rivers ranging from northern Japan to the Palyavaam River in the Arctic northeast Siberia. They have been introduced to other parts of the world, including New Zealand, thriving in Lake Michigan Great Lakes of North America and Michigan's western rivers, and Patagonia.""" ; oboInOwl:hasDbXref """NCBI:txid74940 ITIS: 161980 (https://itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161980#null) GBIF: 5204024 (https://www.gbif.org/species/5204024) EOL: 46563139 (https://eol.org/pages/46563139, currently produces and error 505) COL: 49JFR (https://www.catalogueoflife.org/data/taxon/49JFR) Wikidata: Q833503 (https://www.wikidata.org/wiki/Q833503)""" ; rdfs:label "Oncorhynchus tshawytscha"@en ; skos:altLabel "O. tshawytscha" ; skos:definition "The class which contains all instances of Oncorhynchus tshawytscha." ; skos:exactMatch odo:SALMON_00000239 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000464 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Oncorhynchus tshawytscha (i.e. Chinook salmon) is the largest of the five species of Pacific salmon. Physical Description: The Chinook is blue-green, red, or purple on the back and top of the head, with silvery sides and white ventral surfaces. It has black spots on its tail and the upper half of its body. Although spots are seen on the tail in pink salmon, and silver on the tail in coho and chum salmon, Chinook are unique among the Pacific salmon in combining black spots and silver on the tail. Another distinctive feature is a black gum line that is present in both salt and freshwater. Adult fish range in size from 24 to 36 in (61 to 91 cm), but may be up to 58 in (150 cm) in length; they average 10 to 50 lb (4.5 to 22.7 kg), but may reach 130 lb (59 kg). The meat can be either pink or white in color, depending on what the salmon have been feeding on. Range: Chinook are anadromous fish native to the North Pacific Ocean and the river systems of western North America, ranging from California to Alaska, as well as Asian rivers ranging from northern Japan to the Palyavaam River in the Arctic northeast Siberia. They have been introduced to other parts of the world, including New Zealand, thriving in Lake Michigan Great Lakes of North America and Michigan's western rivers, and Patagonia.""" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Chinook_salmon, accessed 2021-06-15 https://www.wikidata.org/wiki/Q833503, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000476 odo:SALMON_00000476 rdf:type owl:Class ; rdfs:subClassOf oboe:MeasurementType ; dc:creator ; dc:date "2021-04-26T22:37:24Z"^^xsd:dateTime ; dc:description "Includes qualities like population size, population growth rate, carrying capacity, immigration rate, emigration rate, fecundity, and death rate. A population quality may depend on the qualities of individual organisms in the population, but cannot be measured or described for a single organism." ; rdfs:comment """[NEEDS ALIGNMENT] http://purl.obolibrary.org/obo/PCO_0000003""" ; rdfs:label "Quality of a population measurement type"@en ; skos:definition "A quality that inheres in a population of organisms." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000476 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Includes qualities like population size, population growth rate, carrying capacity, immigration rate, emigration rate, fecundity, and death rate. A population quality may depend on the qualities of individual organisms in the population, but cannot be measured or described for a single organism." ; dc:source obo:PCO_0000003 ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000476 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A quality that inheres in a population of organisms." ; dc:source obo:PCO_0000003 ] . ### http://purl.dataone.org/odo/SALMON_00000478 odo:SALMON_00000478 rdf:type owl:Class ; dc:creator ; dc:date "2021-04-26T23:10:08Z"^^xsd:dateTime ; rdfs:comment """[NEEDS ALIGNMENT] http://semanticscience.org/resource/SIO_001385""" ; rdfs:label "Notation type"@en ; skos:definition "A series or system of written symbols used to represent numbers, amounts, or elements." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000478 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A series or system of written symbols used to represent numbers, amounts, or elements." ; dc:source ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Notation, accessed 2021-06-14 https://www.wikidata.org/wiki/Q2001982, accessed 2021-06-14""" ] . ### http://purl.dataone.org/odo/SALMON_00000479 odo:SALMON_00000479 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; dc:creator ; dc:date "2021-04-26T23:21:35Z"^^xsd:dateTime ; rdfs:label "Salmon escapement count"@en ; skos:definition "The number of salmon which do not get caught by commercial or recreational fisheries and return to their freshwater spawning habitat." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000479 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of salmon which do not get caught by commercial or recreational fisheries and return to their freshwater spawning habitat." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Salmon_escapement, accessed 2021-04-26 https://www.wikidata.org/wiki/Q23582242, accessed 2021-04-26""" ] . ### http://purl.dataone.org/odo/SALMON_00000480 odo:SALMON_00000480 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000479 ; dc:creator ; dc:date "2021-04-26T23:24:51Z"^^xsd:dateTime ; rdfs:comment "Need to think more about how to model time over which measurement is taken. E.g. do we want to have separate terms for annual escapement counts vs. daily escapement counts, OR have a predicate which encapsulates the time period over which a measurement occurs, OR something else?" ; rdfs:label "Annual escapement count"@en ; skos:definition "The number of salmon from a given population that escape the fishery in a year." . ### http://purl.dataone.org/odo/SALMON_00000481 odo:SALMON_00000481 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000479 ; dc:creator ; dc:date "2021-04-26T23:24:56Z"^^xsd:dateTime ; rdfs:comment """Compare with \"Annual escapement count\" Need to think more about how to model time over which measurement is taken. E.g. do we want to have separate terms for annual escapement counts vs. daily escapement counts, OR have a predicate which encapsulates the time period over which a measurement occurs, OR something else?""" ; rdfs:label "Daily escapement count"@en ; skos:definition "The number of salmon from a given population that escape the fishery in a day." . ### http://purl.dataone.org/odo/SALMON_00000482 odo:SALMON_00000482 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000499 ; dc:creator ; dc:date "2021-04-26T23:38:07Z"^^xsd:dateTime ; rdfs:comment "Amount of Bycatch" ; rdfs:label "Bycatch abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000483 odo:SALMON_00000483 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000234 ; dc:creator ; dc:date "2021-04-27T21:37:46Z"^^xsd:dateTime ; dc:description "Otoliths, or \"earstones\" (structures formed of calcium in the heads of bony fishes, and which function as organs of balance), grow concentrically from the center origin. Factors, such as watertemperature, that affect fish growth cause seasonal changes in the density of layers laid down in otoliths and in some cases it is possible to determine fish age from the banding that results. When otoliths are viewed under a low-power microscope, the layers making up spring and summer growth appear as a white, opaque band. Layers laid down in the fall, and also in the winter in some fishes, appear as a dark translucent band. A light and a dark band together make up the annual growth, and age in years is determined by counting the number of dark bands." ; rdfs:label "Number of otolith annuli"@en ; skos:definition "The number of annuli on a given otolith." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000483 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Otoliths, or \"earstones\" (structures formed of calcium in the heads of bony fishes, and which function as organs of balance), grow concentrically from the center origin. Factors, such as watertemperature, that affect fish growth cause seasonal changes in the density of layers laid down in otoliths and in some cases it is possible to determine fish age from the banding that results. When otoliths are viewed under a low-power microscope, the layers making up spring and summer growth appear as a white, opaque band. Layers laid down in the fall, and also in the winter in some fishes, appear as a dark translucent band. A light and a dark band together make up the annual growth, and age in years is determined by counting the number of dark bands." ; dc:source "https://spo.nmfs.noaa.gov/sites/default/files/legacy-pdfs/leaflet488.pdf, accessed 2021-04-27" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000483 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of annuli on a given otolith." ; oboInOwl:hasDbXref "https://spo.nmfs.noaa.gov/sites/default/files/legacy-pdfs/leaflet488.pdf, accessed 2021-04-27" ] . ### http://purl.dataone.org/odo/SALMON_00000484 odo:SALMON_00000484 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000167 ; dc:creator ; dc:date "2021-04-27T22:01:23Z"^^xsd:dateTime ; rdfs:comment """[ADDRESS COMMENT, THEN DELETE] This probably isn't the best place for this, since there may be proxy measures for non-fish measurement types; leaving for now but need input on the best way to model these in general""" ; rdfs:label "Proxy measurement type"@en ; skos:definition "A variable that is not in itself directly measured but inferred, and that serves in place of an unobservable or immeasurable variable. In order for a variable to be a good proxy, it must have a close correlation, not necessarily linear, with the variable of interest. This correlation might be either positive or negative." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000484 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A variable that is not in itself directly measured but inferred, and that serves in place of an unobservable or immeasurable variable. In order for a variable to be a good proxy, it must have a close correlation, not necessarily linear, with the variable of interest. This correlation might be either positive or negative." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000485 odo:SALMON_00000485 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000186 ; dc:creator ; dc:date "2021-04-27T23:56:52Z"^^xsd:dateTime ; rdfs:comment "Sex determined on basis of organism's external morphology" ; rdfs:label "External sex determination method"@en . ### http://purl.dataone.org/odo/SALMON_00000486 odo:SALMON_00000486 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000186 ; dc:creator ; dc:date "2021-04-27T23:57:03Z"^^xsd:dateTime ; rdfs:comment "Determination of fish gender based on internal examination, e.g. examination of gonads" ; rdfs:label "Internal sex determination method"@en . ### http://purl.dataone.org/odo/SALMON_00000487 odo:SALMON_00000487 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000186 ; dc:creator ; dc:date "2021-04-27T23:57:56Z"^^xsd:dateTime ; rdfs:comment """Determination of fish gender based on genetic evidence rather than morphological evidence alone This may be a good resource: https://www.fws.gov/r7/fisheries/genetics/pdf/09_rf_2004_OlsenMillerHarperNaglerVanHattenWhittonWenburg_OS.pdf""" ; rdfs:label "Genetic sexing"@en . ### http://purl.dataone.org/odo/SALMON_00000488 odo:SALMON_00000488 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000216 ; dc:creator ; dc:date "2021-04-27T23:59:24Z"^^xsd:dateTime ; rdfs:comment "Used to designate that some individual or individuals in a group of organisms possessed functional qualities of more than one gender, simultaneously or sequentially." ; rdfs:label "Hermaphrodite"@en . ### http://purl.dataone.org/odo/SALMON_00000489 odo:SALMON_00000489 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000485 ; dc:creator ; dc:date "2021-04-28T00:02:33Z"^^xsd:dateTime ; rdfs:comment "A method that uses the presence or other features of a trait (\"characteristic\") of an organism to differentiate or assign gender" ; rdfs:label "Sexual dimorphic characteristic"@en . ### http://purl.dataone.org/odo/SALMON_00000491 odo:SALMON_00000491 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; dc:creator ; dc:date "2021-04-28T18:15:41Z"^^xsd:dateTime ; rdfs:label "Salmon harvest count"@en ; skos:definition "The number of recruits which survive to a legal age and/or size and are captured by a fishery." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000491 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of recruits which survive to a legal age and/or size and are captured by a fishery." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000492 odo:SALMON_00000492 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000491 ; dc:creator ; dc:date "2021-04-28T18:15:54Z"^^xsd:dateTime ; rdfs:comment "Estimates of number of fish caught based on some commerical harvest" ; rdfs:label "Commercial harvest count"@en . ### http://purl.dataone.org/odo/SALMON_00000493 odo:SALMON_00000493 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000476 ; dc:creator ; dc:date "2021-04-28T18:42:51Z"^^xsd:dateTime ; rdfs:comment "A measurement of the weight of a fish, or of a sample of fish/fishes" ; rdfs:label "Fish biomass"@en . ### http://purl.dataone.org/odo/SALMON_00000494 odo:SALMON_00000494 rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ; owl:onProperty dwcterms:nameAccordingTo ; owl:someValuesFrom odo:SALMON_00000495 ] [ rdf:type owl:Restriction ; owl:onProperty dwcterms:scientificName ; owl:someValuesFrom odo:SALMON_00000884 ] ) ; rdf:type owl:Class ] ; rdfs:subClassOf odo:SALMON_00000829 ; dc:creator ; dc:date "2021-04-28T19:23:01Z"^^xsd:dateTime ; rdfs:label "Taxon concept"@en ; skos:altLabel "taxonomic concept" ; skos:definition "A reference which is made to a taxon name along with a publication which explains how the author intends for the name to be applied." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000494 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A reference which is made to a taxon name along with a publication which explains how the author intends for the name to be applied." ; dc:source "https://github.com/darwin-sw/dsw/wiki/ClassTaxon#equivalence-of-taxon-and-taxoncon-%20cept-in-the-tdwg-ontology-and-the-darwin-core-standard, accessed 2021-04-28" ] . ### http://purl.dataone.org/odo/SALMON_00000495 odo:SALMON_00000495 rdf:type owl:Class ; dc:creator ; dc:date "2021-04-28T20:18:16Z"^^xsd:dateTime ; dc:description "The International Code of Zoological Nomenclature (ICZN), a widely accepted convention in zoology that rules the formal scientific naming of organisms treated as animals, establishes guidelines for author citation. See Chapter 11 of the Fourth Edition." ; rdfs:comment "For example, in 1758 Linnaeus gave the Asian elephant the scientific name Elephas maximus, so the name is sometimes written as \"Elephas maximus Linnaeus, 1758\"." ; rdfs:label "Author citation"@en ; skos:altLabel """taxonomic authority authority""" ; skos:definition "The name of the scientist or scientists who first validly published the scientific name of a particular organism." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000495 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "The International Code of Zoological Nomenclature (ICZN), a widely accepted convention in zoology that rules the formal scientific naming of organisms treated as animals, establishes guidelines for author citation. See Chapter 11 of the Fourth Edition." ; oboInOwl:hasDbXref "https://code.iczn.org/authorship/article-51-citation-of-names-of-authors/?frame=1, accessed 2021-04-28" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000495 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "For example, in 1758 Linnaeus gave the Asian elephant the scientific name Elephas maximus, so the name is sometimes written as \"Elephas maximus Linnaeus, 1758\"." ; dc:source "https://en.wikipedia.org/wiki/Taxonomy_(biology), accessed 2021-04-28" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000495 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The name of the scientist or scientists who first validly published the scientific name of a particular organism." ; oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Taxonomy_(biology), accessed 2021-04-28" ] . ### http://purl.dataone.org/odo/SALMON_00000499 odo:SALMON_00000499 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000476 ; dc:creator ; dc:date "2021-04-28T21:29:53Z"^^xsd:dateTime ; rdfs:comment "General Class for organizing various measurements and estimates of the Abundance of Fish, that can involve methods focusing on assessments during different life-stages, using different harvest methods, etc." ; rdfs:label "Fish abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000501 odo:SALMON_00000501 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; dc:creator ; dc:date "2021-04-29T18:39:15Z"^^xsd:dateTime ; rdfs:comment "Abundance of salmon estimated from modeling techniques, rather than direct counts, weights, etc." ; rdfs:label "Modeled salmon abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000502 odo:SALMON_00000502 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000501 ; dc:creator ; dc:date "2021-04-29T18:44:25Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." , """[ADDRESS COMMENT, THEN DELETE] needs defintion""" ; rdfs:label "Pre-fishery abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000503 odo:SALMON_00000503 rdf:type owl:Class ; rdfs:subClassOf oboe:MeasurementType ; dc:creator ; dc:date "2021-04-29T18:48:45Z"^^xsd:dateTime ; rdfs:label "Quality of an ecological community"@en ; skos:definition "A quality that inheres in a community." ; skos:exactMatch "http://purl.obolibrary.org/obo/PCO_0000004" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000503 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A quality that inheres in a community." ; dc:source obo:PCO_0000004 ] . ### http://purl.dataone.org/odo/SALMON_00000504 odo:SALMON_00000504 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000499 ; dc:creator ; dc:date "2021-04-29T19:01:14Z"^^xsd:dateTime ; rdfs:comment "A measurement or estimate of the number of salmon, based on counts, densities, weights, or other methods." ; rdfs:label "Salmon abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000505 odo:SALMON_00000505 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; dc:creator ; dc:date "2021-04-29T19:02:08Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust. The ESV list uses the label 'Adult spawning stock abundance' rather than 'Spawner abundance.'" ; rdfs:label "Spawner abundance"@en ; skos:altLabel """adult spawning stock abundance adult spawning stock""" ; skos:definition "The total number of recruits which successfully return to spawn in freshwater habitats for a given brood year." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000505 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The total number of recruits which successfully return to spawn in freshwater habitats for a given brood year." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000506 odo:SALMON_00000506 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; dc:creator ; dc:date "2021-04-29T19:02:18Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Juvenile standing stock abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000507 odo:SALMON_00000507 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-04-29T19:11:32Z"^^xsd:dateTime ; rdfs:label "Juvenile"@en ; skos:definition "Young fish, mostly similar in form to adult but not yet sexually mature (Hubbs, 1943). In some cases refers to a stage unlike the adult in appearance." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000507 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Young fish, mostly similar in form to adult but not yet sexually mature (Hubbs, 1943). In some cases refers to a stage unlike the adult in appearance." ; dc:source "http://www.fishbase.us/glossary/Glossary.php?q=juvenile&language=english&sc=is, accessed 2021-06-15" ] . ### http://purl.dataone.org/odo/SALMON_00000518 odo:SALMON_00000518 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002050 ; dc:creator ; dc:date "2021-05-04T17:21:40Z"^^xsd:dateTime ; rdfs:comment "The Year in which some commercial fish harvest was taken. Given a Class structure here to enable filtering by Year(s) of interest, although this temporal descriptor could and should also be assigned to any observations of \"Commercial Fish Harvest\", e.g. potentially by using the SOSA:PhenomenonTime attribute." ; rdfs:label "Year of fish harvest"@en . ### http://purl.dataone.org/odo/SALMON_00000519 odo:SALMON_00000519 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000518 ; dc:creator ; dc:date "2021-05-04T17:21:48Z"^^xsd:dateTime ; rdfs:comment "The Year in which some commercial fish harvest was taken. Given a Class structure here to enable filtering by Year(s) of interest, although this temporal descriptor could and should also be assigned to any observations of \"Commercial Fish Harvest\", e.g. potentially by using the SOSA:PhenomenonTime attribute." ; rdfs:label "Year of commercial fish harvest"@en ; skos:relatedMatch odo:SALMON_00000492 . ### http://purl.dataone.org/odo/SALMON_00000520 odo:SALMON_00000520 rdf:type owl:Class ; rdfs:subClassOf odo:ECSO_00002050 ; dc:creator ; dc:date "2021-05-04T17:25:52Z"^^xsd:dateTime ; rdfs:label "Brood year"@en ; skos:definition "The parental year for a group of returning salmon, i.e. the calendar year when the majority of parents of these fish spawned." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000520 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The parental year for a group of returning salmon, i.e. the calendar year when the majority of parents of these fish spawned." ; dc:source "https://www.pac.dfo-mpo.gc.ca/fm-gp/salmon-saumon/gloss-eng.html, accessed 2021-05-04" ] . ### http://purl.dataone.org/odo/SALMON_00000522 odo:SALMON_00000522 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000560 ; dc:creator ; dc:date "2021-05-04T19:41:04Z"^^xsd:dateTime ; rdfs:label "Left pectoral fin clip"@en ; skos:definition "The left pectoral fin of the fish is removed." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000522 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The left pectoral fin of the fish is removed." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000523 odo:SALMON_00000523 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000672 ; dc:creator ; dc:date "2021-05-04T19:41:18Z"^^xsd:dateTime ; rdfs:comment """[NEEDS ALIGNMENT] http://purl.dataone.org/odo/ECSO_00002490""" ; rdfs:label "Species code"@en ; skos:definition "A numeric or alphanumeric code, which represents a particular species and may be recorded in place of a formal scientific or vernacular name." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000523 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A numeric or alphanumeric code, which represents a particular species and may be recorded in place of a formal scientific or vernacular name." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000524 odo:SALMON_00000524 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000672 ; dc:creator ; dc:date "2021-05-04T19:41:34Z"^^xsd:dateTime ; rdfs:label "Fish tag code or color"@en ; skos:definition "The unique alphanumeric code or marking color(s) of a tagged fish." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000524 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The unique alphanumeric code or marking color(s) of a tagged fish." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000525 odo:SALMON_00000525 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000523 ; dc:creator ; dc:date "2021-05-04T19:44:10Z"^^xsd:dateTime ; rdfs:comment """ADF&G salmon species codes: 410 salmon, chinook 420 salmon, sockeye 430 salmon, coho 440 salmon, pink 450 salmon, chum""" ; rdfs:label "ADF&G species code"@en ; skos:altLabel "Alaska Department of Fish and Wildlife species code" ; skos:definition "The Alaska Department of Fish and Game defines unique three-digit \"Codes for the Commercial Operator's Annual Report\" which represent each of the commercially harvested aquatic species." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000525 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget """ADF&G salmon species codes: 410 salmon, chinook 420 salmon, sockeye 430 salmon, coho 440 salmon, pink 450 salmon, chum""" ; dc:source "https://www.adfg.alaska.gov/static/license/fishing/pdfs/coar_fish_codes.pdf, accessed 04May2021" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000525 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The Alaska Department of Fish and Game defines unique three-digit \"Codes for the Commercial Operator's Annual Report\" which represent each of the commercially harvested aquatic species." ; oboInOwl:hasDbXref "https://www.adfg.alaska.gov/static/license/fishing/pdfs/coar_fish_codes.pdf, accessed 04May2021" ] . ### http://purl.dataone.org/odo/SALMON_00000526 odo:SALMON_00000526 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000672 ; dc:creator ; dc:date "2021-05-04T19:58:20Z"^^xsd:dateTime ; rdfs:label "Fishing gear code"@en ; skos:definition "A numeric or alphanumeric code, which represents a particular type of fishing gear or equipment." . ### http://purl.dataone.org/odo/SALMON_00000527 odo:SALMON_00000527 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000526 ; dc:creator ; dc:date "2021-05-04T19:58:32Z"^^xsd:dateTime ; rdfs:comment """ADF&G gear codes: 01 purse seine 02 beach seine 03 drift gillnet 04 set gillnet 05 hand line/jig/troll 07 non-pelagic/bottom trawl 08 fish wheel 10 ring net 11 diving 12 handpicked 13 dip net 14 weir 15 power gurdy troll 17 beam trawl 18 shovel 21 pound 22 dredge 23 hydro/mechanical dredge 25 dinglebar 26 mechanical jigs 27 double otter trawl 34 herring gillnet 37 pair trawl 41 sunken gillnet 47 pelagic/mid-water trawl 61 longline (hook and line) 77 fish ladder/raceway 90 trap 91 pot gear 99 other (please specify)""" ; rdfs:label "ADF&G gear code"@en ; skos:altLabel "Alaska Department of Fish and Game gear code" ; skos:definition "The Alaska Department of Fish and Game defines unique two-digit \"Codes for the Commercial Operator's Annual Report\" which represent each of the gear types and harvest methods used Alaskan fisheries." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000527 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget """ADF&G gear codes: 01 purse seine 02 beach seine 03 drift gillnet 04 set gillnet 05 hand line/jig/troll 07 non-pelagic/bottom trawl 08 fish wheel 10 ring net 11 diving 12 handpicked 13 dip net 14 weir 15 power gurdy troll 17 beam trawl 18 shovel 21 pound 22 dredge 23 hydro/mechanical dredge 25 dinglebar 26 mechanical jigs 27 double otter trawl 34 herring gillnet 37 pair trawl 41 sunken gillnet 47 pelagic/mid-water trawl 61 longline (hook and line) 77 fish ladder/raceway 90 trap 91 pot gear 99 other (please specify)""" ; dc:source "https://www.adfg.alaska.gov/static/license/fishing/pdfs/coar_fish_codes.pdf, accessed 04May2021" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000527 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The Alaska Department of Fish and Game defines unique two-digit \"Codes for the Commercial Operator's Annual Report\" which represent each of the gear types and harvest methods used Alaskan fisheries." ; oboInOwl:hasDbXref "https://www.adfg.alaska.gov/static/license/fishing/pdfs/coar_fish_codes.pdf, accessed 04May2021" ] . ### http://purl.dataone.org/odo/SALMON_00000528 odo:SALMON_00000528 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000572 ; dc:creator ; dc:date "2021-05-04T21:54:57Z"^^xsd:dateTime ; rdfs:label "Sample code"@en ; skos:altLabel "sample id" ; skos:definition "A numeric or alphanumeric code which represents a particular sample. A sample is defined as a limited quantity of something (e.g. an individual or set of individuals from a population, or a portion of a substance) to be used for testing, analysis, inspection, investigation, demonstration, or trial use." ; skos:relatedMatch . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000528 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A numeric or alphanumeric code which represents a particular sample. A sample is defined as a limited quantity of something (e.g. an individual or set of individuals from a population, or a portion of a substance) to be used for testing, analysis, inspection, investigation, demonstration, or trial use." ; oboInOwl:hasDbXref ] . ### http://purl.dataone.org/odo/SALMON_00000529 odo:SALMON_00000529 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000528 ; dc:creator ; dc:date "2021-05-04T21:55:17Z"^^xsd:dateTime ; rdfs:label "Fish sample code"@en ; skos:definition "An identifier, which may be assigned to a physical sample taken from a fish (e.g. tissue, fin, otolith) or an entire fish specimen." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000529 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An identifier, which may be assigned to a physical sample taken from a fish (e.g. tissue, fin, otolith) or an entire fish specimen." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000530 odo:SALMON_00000530 rdf:type owl:Class ; dc:creator ; dc:date "2021-05-04T22:55:08Z"^^xsd:dateTime ; rdfs:comment "An overview of many popular tag types and methods: https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ; rdfs:label "Fish tag or identification type"@en ; skos:definition "A marking which is used to differentiate individual fish or groups of fish(es)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000530 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A marking which is used to differentiate individual fish or groups of fish(es)." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000532 odo:SALMON_00000532 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000559 ; dc:creator ; dc:date "2021-05-04T23:17:44Z"^^xsd:dateTime ; dc:description "This identification type will often last the entire life of the fish, is primarily used for group marking, and is most suitable for fish at least 2.5cm in length. The fish must be euthanized for reading. The tags are delivered on a spool, and the tagging machine magnetises, cuts and inserts the tag into the fish. While a detector can be used to determine if a fish is marked or not, a fish must be euthanized in order to remove the tag and read the engraved code." ; rdfs:label "Coded wire tag"@en ; skos:altLabel "CWT" ; skos:definition "A small metal pin which is inserted into the fish, usually into the cartilage of the snout." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000532 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "This identification type will often last the entire life of the fish, is primarily used for group marking, and is most suitable for fish at least 2.5cm in length. The fish must be euthanized for reading. The tags are delivered on a spool, and the tagging machine magnetises, cuts and inserts the tag into the fish. While a detector can be used to determine if a fish is marked or not, a fish must be euthanized in order to remove the tag and read the engraved code." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000532 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A small metal pin which is inserted into the fish, usually into the cartilage of the snout." ; dc:source "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ; oboInOwl:hasDbXref "https://en.wikipedia.org/wiki/Coded_wire_tag, accessed 2021-05-05 https://www.wikidata.org/wiki/Q23581650, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000533 odo:SALMON_00000533 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000530 ; dc:creator ; dc:date "2021-05-04T23:17:57Z"^^xsd:dateTime ; dc:description "There are four main methods for collecting tissue samples for DNA sequencing: (1) collecting a fin sample, (2) swabbing the mucus layer of the fish, (3) collecting a scale sample, and (4) blood sampling. Genetic identification can provide better answers to some questions that are also answered through typical fish marking and tagging, such as effective population size, whether populations differ and the degree of inbreeding. However, genetic identification cannot answer questions about, for example migration patterns, movement in the water and growth." ; rdfs:label "Genetic identification"@en ; skos:definition "The use of a DNA sample to identify fish which have known biomarkers." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000533 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "There are four main methods for collecting tissue samples for DNA sequencing: (1) collecting a fin sample, (2) swabbing the mucus layer of the fish, (3) collecting a scale sample, and (4) blood sampling. Genetic identification can provide better answers to some questions that are also answered through typical fish marking and tagging, such as effective population size, whether populations differ and the degree of inbreeding. However, genetic identification cannot answer questions about, for example migration patterns, movement in the water and growth." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000533 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The use of a DNA sample to identify fish which have known biomarkers." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000534 odo:SALMON_00000534 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000558 ; dc:creator ; dc:date "2021-05-05T16:20:13Z"^^xsd:dateTime ; dc:description "This type of identification can remain in a fish for several years, is used for individual tagging, and is most suitable for fish that weigh at least 100g (given current technology). Tags may be inserted several different ways: (a) placed in a fish's stomach using a finger or guide, (b) implanted in the abdominal cavity, or (c) anchored inside the abdomen, usually to the abdominal wall with stiches. Data is transmitted wirelessly, usually through the use of radio waves (in fresh water and air), acoustic signals (in water; the receiver must also be in the water) or via satellite communication (in air; the tag sends data after it releases from the fish and floats up to the surface). Many types of telemetry devices also act as bio-loggers and store information locally on the device. Reading is done using the tag’s associated equipment, often through a computer connection." ; rdfs:label "Internal acoustic tag"@en ; skos:definition "A small, electronic, sound-emitting device which is placed inside a fish and collects information on that fish's physiology and/or movement patterns." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000534 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "This type of identification can remain in a fish for several years, is used for individual tagging, and is most suitable for fish that weigh at least 100g (given current technology). Tags may be inserted several different ways: (a) placed in a fish's stomach using a finger or guide, (b) implanted in the abdominal cavity, or (c) anchored inside the abdomen, usually to the abdominal wall with stiches. Data is transmitted wirelessly, usually through the use of radio waves (in fresh water and air), acoustic signals (in water; the receiver must also be in the water) or via satellite communication (in air; the tag sends data after it releases from the fish and floats up to the surface). Many types of telemetry devices also act as bio-loggers and store information locally on the device. Reading is done using the tag’s associated equipment, often through a computer connection." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000534 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A small, electronic, sound-emitting device which is placed inside a fish and collects information on that fish's physiology and/or movement patterns." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000535 odo:SALMON_00000535 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000540 ; dc:creator ; dc:date "2021-05-05T16:20:22Z"^^xsd:dateTime ; dc:description "When done correctly, this identification type will last the entire life of the fish, and is used for group marking." ; rdfs:label "Adipose fin clip"@en ; skos:definition "The adipose fin is removed using scissors or a razor blade." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000535 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "When done correctly, this identification type will last the entire life of the fish, and is used for group marking." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000535 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The adipose fin is removed using scissors or a razor blade." ; dc:source "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000536 odo:SALMON_00000536 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000539 ; dc:creator ; dc:date "2021-05-05T16:23:36Z"^^xsd:dateTime ; dc:description "This type of identification can remain on a fish from a couple days up to several weeks, and is used for group marking. and is most suitable for fish" ; rdfs:label "Bismarck brown dye tag"@en ; skos:altLabel """Bismarck brown Machester brown Phenylene brown Bismarck brown Y C.I. 21000 C.I. Basic Brown 1 Basic Brown 1 Vesuvine BA""" ; skos:definition "Tag based on application of a dilution of diazo dye in which fish are immersed and which stains the fins a brown/tan color." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000536 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "This type of identification can remain on a fish from a couple days up to several weeks, and is used for group marking. and is most suitable for fish" ; oboInOwl:hasDbXref "https://fishbio.com/field-notes/inside-fishbio/spray-on-tan, accessed 05May2021" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000536 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Bismarck brown Machester brown Phenylene brown Bismarck brown Y C.I. 21000 C.I. Basic Brown 1 Basic Brown 1 Vesuvine BA""" ; dc:source "https://en.wikipedia.org/wiki/Bismarck_brown_Y, accessed 05May2021" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000536 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Tag based on application of a dilution of diazo dye in which fish are immersed and which stains the fins a brown/tan color." ; oboInOwl:hasDbXref """https://fishbio.com/field-notes/inside-fishbio/spray-on-tan, accessed 2021-05-05 https://en.wikipedia.org/wiki/Bismarck_brown_Y, accessed 2021-05-05""" ] . ### http://purl.dataone.org/odo/SALMON_00000537 odo:SALMON_00000537 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000539 ; dc:creator ; dc:date "2021-05-05T16:24:43Z"^^xsd:dateTime ; dc:description "Though not well studied, this type of identification may last up to 3 years post-immersion, and is used for group marking." ; rdfs:label "Calcein dye tag"@en ; skos:altLabel "SE-MARK" ; skos:definition "Tag based on application of a dilution of fluorochrome dye in which fish are immersed and which binds to bony structures (such as fin rays, jaw bones, and scales), manifesting as a green fluorescence." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000537 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Though not well studied, this type of identification may last up to 3 years post-immersion, and is used for group marking." ; rdfs:comment "https://doi.org/10.1577/M02-143, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000537 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget "SE-MARK" ; dc:source "https://www.fws.gov/guidance/sites/default/files/documents/Calcein_%28SE%20Mark%29_Study_Protocol.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000537 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Tag based on application of a dilution of fluorochrome dye in which fish are immersed and which binds to bony structures (such as fin rays, jaw bones, and scales), manifesting as a green fluorescence." ; oboInOwl:hasDbXref "https://www.fws.gov/guidance/sites/default/files/documents/Calcein_%28SE%20Mark%29_Study_Protocol.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000538 odo:SALMON_00000538 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000557 ; dc:creator ; dc:date "2021-05-05T16:25:55Z"^^xsd:dateTime ; dc:description "This identification type may be clearly visible for several months and can be felt for up to a year, is primarily used for group marking, and is most suitable for salmonids that are at least 7.5cm in length. Freeze branding is done by cooling a metal rod and/or brand in liquid nitrogen, then pressing the rod lightly against the fish for ~3sec. A dark spot is temporarily created and the fish's scales are deformed. The dark spot disappears after about a month, while the deformation of the scales can be seen at certain light angles and felt with fingers for up to a year." ; rdfs:label "Freeze brand"@en ; skos:definition "A scar made on the dermal tissue using liquid nitrogen." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000538 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "This identification type may be clearly visible for several months and can be felt for up to a year, is primarily used for group marking, and is most suitable for salmonids that are at least 7.5cm in length. Freeze branding is done by cooling a metal rod and/or brand in liquid nitrogen, then pressing the rod lightly against the fish for ~3sec. A dark spot is temporarily created and the fish's scales are deformed. The dark spot disappears after about a month, while the deformation of the scales can be seen at certain light angles and felt with fingers for up to a year." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000538 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A scar made on the dermal tissue using liquid nitrogen." ; oboInOwl:hasDbXref "https://doi.org/10.1186/2050-3385-1-18, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000539 odo:SALMON_00000539 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000530 ; dc:creator ; dc:date "2021-05-05T16:26:27Z"^^xsd:dateTime ; rdfs:comment "The URI http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C461 does not resolve to the term. Including the URL to BioPortal to ensure findability: https://bioportal.bioontology.org/ontologies/NCIT?p=classes&conceptid=http%3A%2F%2Fncicb.nci.nih.gov%2Fxml%2Fowl%2FEVS%2FThesaurus.owl%23C461" , """[NEEDS ALIGHMENT] http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C461""" ; rdfs:label "Dye tag"@en ; skos:definition "Tag based on application of chemical agents used to enhance the color or contrast of target materials or samples. Dyes have some affinity for their substrates and are usually applied in a solution." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000539 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Tag based on application of chemical agents used to enhance the color or contrast of target materials or samples. Dyes have some affinity for their substrates and are usually applied in a solution." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000540 odo:SALMON_00000540 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000557 ; dc:creator ; dc:date "2021-05-05T16:29:24Z"^^xsd:dateTime ; rdfs:label "Fin or maxilla clip"@en ; skos:definition "The removal of a portion or entirety of a fin or the maxilla of a fish, for identification purposes." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000540 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The removal of a portion or entirety of a fin or the maxilla of a fish, for identification purposes." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000541 odo:SALMON_00000541 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000540 ; dc:creator ; dc:date "2021-05-05T16:30:45Z"^^xsd:dateTime ; rdfs:label "Lower caudal fin clip"@en ; skos:definition "A portion of the lower caudal fin lobe is removed." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000541 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A portion of the lower caudal fin lobe is removed." ; dc:source "https://www.solitudelakemanagement.com/blog/know-your-pond-life-fin-clipping-for-fisheries-management-success/, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000542 odo:SALMON_00000542 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000540 ; dc:creator ; dc:date "2021-05-05T16:31:23Z"^^xsd:dateTime ; rdfs:label "Upper caudal fin clip"@en ; skos:definition "A portion of the upper caudal fin lobe is removed." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000542 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A portion of the upper caudal fin lobe is removed." ; dc:source "https://www.solitudelakemanagement.com/blog/know-your-pond-life-fin-clipping-for-fisheries-management-success/, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000543 odo:SALMON_00000543 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000540 ; dc:creator ; dc:date "2021-05-05T16:35:46Z"^^xsd:dateTime ; dc:description "This identification type will last the entire lifetime of the fish, is used for group marking, and is most suitable for salmonids that are at least 10cm in length." ; rdfs:label "Maxilla clip"@en ; skos:definition "The flap in the corner of the mouth is clipped away (the maxilla - sometimes also the supermaxilla)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000543 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "This identification type will last the entire lifetime of the fish, is used for group marking, and is most suitable for salmonids that are at least 10cm in length." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000543 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The flap in the corner of the mouth is clipped away (the maxilla - sometimes also the supermaxilla)." ; dc:source "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000544 odo:SALMON_00000544 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000540 ; dc:creator ; dc:date "2021-05-05T16:36:17Z"^^xsd:dateTime ; rdfs:label "Pelvic fin clip"@en ; skos:definition "One of the pelvic fins is removed using scissors." , "This identification type will last the lifetime of the fish, is used for group marking, and is most suitable for salmonids that are at least 7cm in length." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000544 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "One of the pelvic fins is removed using scissors." ; dc:source "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000544 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "This identification type will last the lifetime of the fish, is used for group marking, and is most suitable for salmonids that are at least 7cm in length." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000545 odo:SALMON_00000545 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000530 ; dc:creator ; dc:date "2021-05-05T16:37:48Z"^^xsd:dateTime ; rdfs:label "Electronic tag"@en ; skos:altLabel """Biologger Biotelemetry tag Radio tag""" ; skos:definition "A tag which transmits information about a fish via an electronic receiver." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000545 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A tag which transmits information about a fish via an electronic receiver." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000546 odo:SALMON_00000546 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000558 ; dc:creator ; dc:date "2021-05-05T16:38:49Z"^^xsd:dateTime ; dc:description "This type of identification can remain on a fish for several years, is used for individual tagging, and is most suitable for fish that weigh at least 100g (given current technology). One or more sutures are typically used to attach the tag to the fish's skin using a needle. Data is transmitted wirelessly, usually through the use of radio waves (in fresh water and air), acoustic signals (in water; the receiver must also be in the water) or via satellite communication (in air; the tag sends data after it releases from the fish and floats up to the surface). Many types of telemetry devices also act as bio-loggers and store information locally on the device. Reading is done using the tag’s associated equipment, often through a computer connection." ; rdfs:label "External acoustic tag"@en ; skos:definition "A small, electronic, sound-emitting device which is attached externally to a fish and collects information on fish movement patterns and the physical environment." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000546 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "This type of identification can remain on a fish for several years, is used for individual tagging, and is most suitable for fish that weigh at least 100g (given current technology). One or more sutures are typically used to attach the tag to the fish's skin using a needle. Data is transmitted wirelessly, usually through the use of radio waves (in fresh water and air), acoustic signals (in water; the receiver must also be in the water) or via satellite communication (in air; the tag sends data after it releases from the fish and floats up to the surface). Many types of telemetry devices also act as bio-loggers and store information locally on the device. Reading is done using the tag’s associated equipment, often through a computer connection." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000546 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A small, electronic, sound-emitting device which is attached externally to a fish and collects information on fish movement patterns and the physical environment." ; oboInOwl:hasDbXref """https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05 https://en.wikipedia.org/wiki/Acoustic_tag, accessed 2021-05-05""" ] . ### http://purl.dataone.org/odo/SALMON_00000547 odo:SALMON_00000547 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000530 ; dc:creator ; dc:date "2021-05-05T16:40:28Z"^^xsd:dateTime ; rdfs:label "External visual tag"@en ; skos:definition "A static tag, which is attached externally to the body of the fish and visually read or interpreted (as opposed to read with an electronic device e.g. an acoustic tag reader)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000547 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A static tag, which is attached externally to the body of the fish and visually read or interpreted (as opposed to read with an electronic device e.g. an acoustic tag reader)." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000548 odo:SALMON_00000548 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000547 ; dc:creator ; dc:date "2021-05-05T16:40:41Z"^^xsd:dateTime ; dc:description "A metal plate with a unique identifying code, which is attached to a fish below the dorsal fin via two stainless steel wires." , "If performed correctly, this identification type may remain attached for the entire life of the fish, is used for individual tagging, and is most suitable for fish at least 15cm in length and which live in open environments. To attach a Carlin tag, double cannulas are first inserted through the fish at the height of the center of the pterygiophores (the bones that support the dorsal fin). Two stainless steel wires are then pulled through the cannulas and then the cannulas are pulled out of the fish. A small metal plate with an alphanumeric code is atached to the steel wires, which are then twisted tightly against the fish's body to hold the plate in place." ; rdfs:label "Carlin tag"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000548 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "A metal plate with a unique identifying code, which is attached to a fish below the dorsal fin via two stainless steel wires." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000548 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "If performed correctly, this identification type may remain attached for the entire life of the fish, is used for individual tagging, and is most suitable for fish at least 15cm in length and which live in open environments. To attach a Carlin tag, double cannulas are first inserted through the fish at the height of the center of the pterygiophores (the bones that support the dorsal fin). Two stainless steel wires are then pulled through the cannulas and then the cannulas are pulled out of the fish. A small metal plate with an alphanumeric code is atached to the steel wires, which are then twisted tightly against the fish's body to hold the plate in place." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000549 odo:SALMON_00000549 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000547 ; dc:creator ; dc:date "2021-05-05T16:43:07Z"^^xsd:dateTime ; dc:description "If performed correctly, this type of identification can remain in place for at least a year, is used for individual tagging, and is suitable for fish at lest 20cm in length and which live in open environments. With the cannula attached to a special tag applicator, a scale is removed just below the base of the dorsal fin and the tag is attached. The barb on the tag must hook securely into the pterygiophores (the bones that supports the dorsal fin), otherwise the tag will come loose. Most of the tag then hangs outside the fish’s body like a stiff, narrow tube. The tag is colour-coded, pre-printed with relevant text and numbered by the manufacturer according to the requests of the end user." ; rdfs:label "Dart tag"@en ; skos:definition "A barbed plastic tag which is inserted under the dorsal fin of the fish using a cannula." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000549 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "If performed correctly, this type of identification can remain in place for at least a year, is used for individual tagging, and is suitable for fish at lest 20cm in length and which live in open environments. With the cannula attached to a special tag applicator, a scale is removed just below the base of the dorsal fin and the tag is attached. The barb on the tag must hook securely into the pterygiophores (the bones that supports the dorsal fin), otherwise the tag will come loose. Most of the tag then hangs outside the fish’s body like a stiff, narrow tube. The tag is colour-coded, pre-printed with relevant text and numbered by the manufacturer according to the requests of the end user." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000549 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A barbed plastic tag which is inserted under the dorsal fin of the fish using a cannula." ; dc:source "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000550 odo:SALMON_00000550 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000545 ; dc:creator ; dc:date "2021-05-05T16:47:51Z"^^xsd:dateTime ; dc:description "An RFID system consists of a tiny transponder, a radio receiver, and an transmitter. When triggered by an electromagnetic interrogation pulse from a nearby FRID reader device, the tag transmits digital data, usually an identifying inventory number, back to the reader." ; rdfs:label "RFID"@en ; skos:altLabel "Radio Frequency Identification" ; skos:definition "A system which uses electromagnetic fields to automatically identify and track tags attached to objects." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000550 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "An RFID system consists of a tiny transponder, a radio receiver, and an transmitter. When triggered by an electromagnetic interrogation pulse from a nearby FRID reader device, the tag transmits digital data, usually an identifying inventory number, back to the reader." ; dc:source """https://en.wikipedia.org/wiki/Radio-frequency_identification, accessed 2021-05-05 https://www.wikidata.org/wiki/Q104954, accessed 2021-05-05""" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000550 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A system which uses electromagnetic fields to automatically identify and track tags attached to objects." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Radio-frequency_identification, accessed 2021-05-05 https://www.wikidata.org/wiki/Q104954, accessed 2021-05-05""" ] . ### http://purl.dataone.org/odo/SALMON_00000551 odo:SALMON_00000551 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000550 ; dc:creator ; dc:date "2021-05-05T16:47:58Z"^^xsd:dateTime ; rdfs:label "PIT tag"@en ; skos:altLabel """Passive Integrated Transponder tag Microchip""" ; skos:definition "A small, passive (i.e. does not actively send out a signal and does not require a battery) radio transponder tag which, when in range, is activated by a signal emitted from a tag reader. The tag then emits a unique identification code back to the reader." , "This identification type may last for several years or up to the lifetime of a fish, and is used for individual tagging. The tag is placed in the abdominal cavity or in the muscular tissue. Reading PIT tags can be done (a) automatically by detecting fish as they swim past (this is usually done by building an obstacle so that fish must pass close to the reader), or (b) manually by taking the fish up in the air to be scanned with a reader." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000551 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A small, passive (i.e. does not actively send out a signal and does not require a battery) radio transponder tag which, when in range, is activated by a signal emitted from a tag reader. The tag then emits a unique identification code back to the reader." ; oboInOwl:hasDbXref """https://fishbio.com/field-notes/fish-monitoring/pit-tag-the-full-story, accessed 05May2021 https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 05May2021""" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000551 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "This identification type may last for several years or up to the lifetime of a fish, and is used for individual tagging. The tag is placed in the abdominal cavity or in the muscular tissue. Reading PIT tags can be done (a) automatically by detecting fish as they swim past (this is usually done by building an obstacle so that fish must pass close to the reader), or (b) manually by taking the fish up in the air to be scanned with a reader." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 05May2021" ] . ### http://purl.dataone.org/odo/SALMON_00000552 odo:SALMON_00000552 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000530 ; dc:creator ; dc:date "2021-05-05T16:54:30Z"^^xsd:dateTime ; dc:description "Natural patterns or unique markings are primarily used for identification of individuals. This type of identification does not involve marking a fish in any way, but rather relies on stable and individual differences in appareance, such as color, patterns, and scars. This method is based on the use of still images or videos taken of individual fish, which are then analyzed manually or using digital image processing." ; rdfs:label "Natural pattern or unique marking"@en ; skos:definition "An appearance that varies between individuals." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000552 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Natural patterns or unique markings are primarily used for identification of individuals. This type of identification does not involve marking a fish in any way, but rather relies on stable and individual differences in appareance, such as color, patterns, and scars. This method is based on the use of still images or videos taken of individual fish, which are then analyzed manually or using digital image processing." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000552 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An appearance that varies between individuals." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000553 odo:SALMON_00000553 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000557 ; dc:creator ; dc:date "2021-05-05T16:55:56Z"^^xsd:dateTime ; dc:description "This identification type will last the entire life of the fish and is primarily used for group marking, though the fish must be euthanized for reading. Altering the appearance of otoliths may be achieved in a variety of ways, including (a) exposing a fish to variations in water temperature of at least 3 degrees Celsius a number of times to create darker and lighter bands in the otoliths, (b) bathing the fish or eggs in an aqueous solution with fluorescent dye, which is absorbed into the otoliths, or (c) bathing the fish in strontium chloride solution or feeding the fish food that contains the metallic substance strontium." ; rdfs:label "Otolith marking"@en ; skos:definition "The appearance of the otoliths (located in the inner ear of the fish) are changed." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000553 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "This identification type will last the entire life of the fish and is primarily used for group marking, though the fish must be euthanized for reading. Altering the appearance of otoliths may be achieved in a variety of ways, including (a) exposing a fish to variations in water temperature of at least 3 degrees Celsius a number of times to create darker and lighter bands in the otoliths, (b) bathing the fish or eggs in an aqueous solution with fluorescent dye, which is absorbed into the otoliths, or (c) bathing the fish in strontium chloride solution or feeding the fish food that contains the metallic substance strontium." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000553 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The appearance of the otoliths (located in the inner ear of the fish) are changed." ; dc:source "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000554 odo:SALMON_00000554 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000556 ; dc:creator ; dc:date "2021-05-05T16:58:54Z"^^xsd:dateTime ; dc:description "When done correctly, this identification type will remain visible for the entire lifetime of the fish and can be used for group or individual marking. Neon or fluorescent colors are often used, and best placement is in light areas and fin rays, though even semi-transparent and transparent tissue may be suitable for easy visual reading." ; rdfs:label "Visible implant elastomer"@en ; skos:altLabel "VIE" ; skos:definition "A colored two-component plastic which is injected into the fish's epidermis or fins." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000554 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "When done correctly, this identification type will remain visible for the entire lifetime of the fish and can be used for group or individual marking. Neon or fluorescent colors are often used, and best placement is in light areas and fin rays, though even semi-transparent and transparent tissue may be suitable for easy visual reading." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000554 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A colored two-component plastic which is injected into the fish's epidermis or fins." ; dc:source "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000555 odo:SALMON_00000555 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000556 ; dc:creator ; dc:date "2021-05-05T17:00:08Z"^^xsd:dateTime ; dc:description "This type of identification is usually visible for one year on salmon, is primarily used for group marking, and is suitable for fish that weigh at least 20g. An ink solution (often Alcian blue dissolved in distilled water) is typically injected under the skin using a syringe with a cannula. Marking a fish using the \"square dot system\" with up to 3x3 dots is common. Unlike VIE, tattoos do not require transparent skin to be visible. However, in salmon, the tattoo should be placed in areas in front of the pelvic fins, under the pectoral fins and/or behind the anal fins to enable reading during spawning, when the fish's natural pigmentation may cover up the tattoo." ; rdfs:label "Tattoo"@en ; skos:definition "An ink solution, which is injected into the skin." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000555 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "This type of identification is usually visible for one year on salmon, is primarily used for group marking, and is suitable for fish that weigh at least 20g. An ink solution (often Alcian blue dissolved in distilled water) is typically injected under the skin using a syringe with a cannula. Marking a fish using the \"square dot system\" with up to 3x3 dots is common. Unlike VIE, tattoos do not require transparent skin to be visible. However, in salmon, the tattoo should be placed in areas in front of the pelvic fins, under the pectoral fins and/or behind the anal fins to enable reading during spawning, when the fish's natural pigmentation may cover up the tattoo." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000555 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An ink solution, which is injected into the skin." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000556 odo:SALMON_00000556 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000559 ; dc:creator ; dc:date "2021-05-05T17:00:38Z"^^xsd:dateTime ; rdfs:label "Subcutaneous color mark"@en ; skos:definition "A colored marking, which is placed beneath the skin of a fish for identification." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000556 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A colored marking, which is placed beneath the skin of a fish for identification." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000557 odo:SALMON_00000557 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000530 ; dc:creator ; dc:date "2021-05-05T17:26:06Z"^^xsd:dateTime ; rdfs:label "Fish body modification"@en ; skos:definition "The alteration of a physical bodily feature of a fish, either internally or externally, for identification purposes." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000557 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The alteration of a physical bodily feature of a fish, either internally or externally, for identification purposes." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000558 odo:SALMON_00000558 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000545 ; dc:creator ; dc:date "2021-05-05T23:05:51Z"^^xsd:dateTime ; rdfs:label "Acoustic tag"@en ; skos:definition "A small, electronic, sound-emitting device which may be placed inside or attached to a fish and collects information on that fish's physiology, environmentm and/or movement patterns." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000558 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A small, electronic, sound-emitting device which may be placed inside or attached to a fish and collects information on that fish's physiology, environmentm and/or movement patterns." ; oboInOwl:hasDbXref "https://jordbruksverket.se/download/18.38d764e9177375620998e232/1611738582157/Rapport-Fish-identification-marking-and-tagging-methods.pdf, accessed 2021-05-05" ] . ### http://purl.dataone.org/odo/SALMON_00000559 odo:SALMON_00000559 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000530 ; dc:creator ; dc:date "2021-05-05T23:07:11Z"^^xsd:dateTime ; dc:description "A mark or tag which is placed beneath the skin of a fish." ; rdfs:label "Subcutaneous tag"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000559 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "A mark or tag which is placed beneath the skin of a fish." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000560 odo:SALMON_00000560 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000540 ; dc:creator ; dc:date "2021-05-06T16:58:02Z"^^xsd:dateTime ; rdfs:label "Pectoral fin clip"@en ; skos:definition "A pectoral fin is removed, typically as close to the body as possible, using scissors or a razor blade." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000560 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A pectoral fin is removed, typically as close to the body as possible, using scissors or a razor blade." ; oboInOwl:hasDbXref "https://risaa.org/newsletter/0516/0516_09.pdf, accessed 2021-05-06" ] . ### http://purl.dataone.org/odo/SALMON_00000561 odo:SALMON_00000561 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000560 ; dc:creator ; dc:date "2021-05-06T16:58:12Z"^^xsd:dateTime ; rdfs:label "Right pectoral fin clip"@en ; skos:definition "The right pectoral fin of the fish is removed." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000561 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The right pectoral fin of the fish is removed." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000563 odo:SALMON_00000563 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000476 ; dc:creator ; dc:date "2021-05-10T22:51:40Z"^^xsd:dateTime ; rdfs:label "Sex ratio"@en ; skos:definition "The ratio of males to females in a population." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000563 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The ratio of males to females in a population." ; dc:source """https://en.wikipedia.org/wiki/Sex_ratio, accessed 10May2021 https://www.wikidata.org/wiki/Q1068155, accessed 10May2021""" ] . ### http://purl.dataone.org/odo/SALMON_00000566 odo:SALMON_00000566 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000563 ; dc:creator ; dc:date "2021-05-11T00:01:35Z"^^xsd:dateTime ; rdfs:label "Sex ratio of adult spawning stock"@en ; skos:definition "The proportion of males and females in an adult spawning stock." . ### http://purl.dataone.org/odo/SALMON_00000567 odo:SALMON_00000567 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000563 ; dc:creator ; dc:date "2021-05-11T00:01:49Z"^^xsd:dateTime ; rdfs:label "Sex ratio of juvenile standing stock"@en ; skos:definition "The ratio of males and females in a juvenile standing stock." . ### http://purl.dataone.org/odo/SALMON_00000568 odo:SALMON_00000568 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000563 ; dc:creator ; dc:date "2021-05-11T00:02:35Z"^^xsd:dateTime ; rdfs:label "Sex ratio of smolts"@en ; skos:definition "The proportion of males and females in a smolt population." . ### http://purl.dataone.org/odo/SALMON_00000569 odo:SALMON_00000569 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000126 ; dc:date "2021-05-11T17:26:36Z"^^xsd:dateTime ; rdfs:comment "ADF&G says that dolly varden are actually char (http://www.adfg.alaska.gov/index.cfm%3Fadfg=dollyvarden.main), though Wikipedia suggests that they are trout (https://en.wikipedia.org/wiki/Dolly_Varden_trout). Formally, members of Genus Salvelinus are considered \"char\", but Dolly Varden are often interchangeably called \"trout\"" ; rdfs:label "Dolly Varden trout"@en ; skos:altLabel """Salvelinus malma S. malma \"Dolly Varden\" @en""" ; skos:exactMatch odo:SALMON_00000593 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000569 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Salvelinus malma S. malma \"Dolly Varden\" @en""" ; dc:source """https://en.wikipedia.org/wiki/Dolly_Varden_trout, accessed 2021-06-15 https://www.wikidata.org/wiki/Q327067, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000570 odo:SALMON_00000570 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000126 . ### http://purl.dataone.org/odo/SALMON_00000571 odo:SALMON_00000571 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000458 ; dc:creator ; dc:date "2021-05-11T17:26:55Z"^^xsd:dateTime ; dc:description "There are five species of Pacific salmon, which occur in the North Pacific waters of the United States and Canada -- Chinook, Chum, Coho, Pink, and Sockeye. All five species are anadromous, meaning that they spawn in freshwater, migrate to the ocean to forage and mature, and return to freshwater to spawn and begin the cycle again." ; rdfs:label "Pacific salmon"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000571 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "There are five species of Pacific salmon, which occur in the North Pacific waters of the United States and Canada -- Chinook, Chum, Coho, Pink, and Sockeye. All five species are anadromous, meaning that they spawn in freshwater, migrate to the ocean to forage and mature, and return to freshwater to spawn and begin the cycle again." ; oboInOwl:hasDbXref "Schiewe, MH (2013) Salmon. Encyclopedia of Biodiversity (Second Edition). pg. 522-531. https://doi.org/10.1016/B978-0-12-384719-5.00293-8" , "https://www.fisheries.noaa.gov/species/pacific-salmon-and-steelhead#overview, accessed 2021-06-01" ] . ### http://purl.dataone.org/odo/SALMON_00000572 odo:SALMON_00000572 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000672 ; dc:creator ; dc:date "2021-05-12T17:37:57Z"^^xsd:dateTime ; rdfs:label "Region or location code"@en ; skos:definition "An identifier which represents a region or location in and is used in place of the full name." . ### http://purl.dataone.org/odo/SALMON_00000573 odo:SALMON_00000573 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; obo:IAO_0000115 "Number of salmon swimming upstream to spawn. This includes both harvest and escapement counts." ; dc:creator ; dc:date "2024-08-02T22:28:19Z"^^xsd:dateTime ; rdfs:label "run size"@en ; skos:relatedMatch odo:SALMON_00000479 , odo:SALMON_00000491 . ### http://purl.dataone.org/odo/SALMON_00000582 odo:SALMON_00000582 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000126 ; dc:creator ; dc:date "2021-05-26T21:45:56Z"^^xsd:dateTime ; rdfs:label "Cutthroat trout"@en ; skos:altLabel """Oncorhynchus clarkii O. clarkii""" ; skos:exactMatch odo:SALMON_00000594 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000582 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhynchus clarkii O. clarkii""" ; dc:source """https://en.wikipedia.org/wiki/Cutthroat_trout, accessed 2021-06-15 https://www.wikidata.org/wiki/Q2717060, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000586 odo:SALMON_00000586 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000458 ; dc:creator ; dc:date "2021-05-26T23:51:30Z"^^xsd:dateTime ; dc:description "Atlantic salmon are the only anadromous salmonid native to the Atlantic coast of North America." ; rdfs:label "Atlantic salmon"@en ; skos:altLabel """Salmo salar S. salar""" ; skos:exactMatch odo:SALMON_00000590 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000586 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Atlantic salmon are the only anadromous salmonid native to the Atlantic coast of North America." ; dc:source "Schiewe, MH (2013) Salmon. Encyclopedia of Biodiversity (Second Edition). pg. 522-531. https://doi.org/10.1016/B978-0-12-384719-5.00293-8" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000586 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Salmo salar S. salar""" ; dc:source """https://en.wikipedia.org/wiki/Atlantic_salmon, accessed 2021-06-01 https://www.wikidata.org/wiki/Q188879, accessed 2021-06-01""" ] . ### http://purl.dataone.org/odo/SALMON_00000587 odo:SALMON_00000587 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-05-26T23:57:17Z"^^xsd:dateTime ; dc:description "Oncorhynchus is a genus of fish in the family Salmonidae; it contains the Pacific salmon and Pacific trout. The name of the genus is derived from the Greek ὄγκος (ónkos, “lump, bend”) + ῥύγχος (rhúnkhos, “snout”), in reference to the hooked jaws of males in the mating season (the \"kype\")." ; oboInOwl:hasDbXref "NCBI:txid8016" ; rdfs:label "Oncorhynchus spp."@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000587 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Oncorhynchus is a genus of fish in the family Salmonidae; it contains the Pacific salmon and Pacific trout. The name of the genus is derived from the Greek ὄγκος (ónkos, “lump, bend”) + ῥύγχος (rhúnkhos, “snout”), in reference to the hooked jaws of males in the mating season (the \"kype\")." ; dc:source """https://en.wikipedia.org/wiki/Oncorhynchus, accessed 2021-06-15 https://www.wikidata.org/wiki/Q133325, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000589 odo:SALMON_00000589 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000586 ; dc:creator ; dc:date "2021-05-27T00:02:38Z"^^xsd:dateTime ; dc:description "Salmo is a genus of fish in the salmon family Salmonidae that includes the European species of salmon and trout, among them the familiar Atlantic salmon Salmo salar and the brown trout Salmo trutta." ; oboInOwl:hasDbXref "NCBI:txid8028" ; rdfs:label "Salmo spp."@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000589 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Salmo is a genus of fish in the salmon family Salmonidae that includes the European species of salmon and trout, among them the familiar Atlantic salmon Salmo salar and the brown trout Salmo trutta." ; dc:source """https://en.wikipedia.org/wiki/Salmo, accessed 2021-06-15 https://www.wikidata.org/wiki/Q310436, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000590 odo:SALMON_00000590 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000589 ; dc:creator ; dc:date "2021-05-27T00:02:46Z"^^xsd:dateTime ; dc:description """Salmo salar is the only species of Atlantic salmon. Physical Description: Atlantic salmon are the largest species in their genus, Salmo. After two years at sea, the fish average 71 to 76 cm (28 to 30 in) in length and 3.6 to 5.4 kg (7.9 to 11.9 lb) in weight. The colouration of young Atlantic salmon does not resemble the adult stage. While they live in fresh water, they have blue and red spots. At maturity, they take on a silver-blue sheen. The easiest way of identifying them as an adult is by the black spots predominantly above the lateral line, though the caudal fin is usually unspotted. When they reproduce, males take on a slight green or red colouration. The salmon has a fusiform body, and well-developed teeth. All fins, except the adipose fin, are bordered with black.""" ; oboInOwl:hasDbXref """NCBI:txid8030 ITIS: 161996 (https://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161996#null) GBIF: 7595433 (https://www.gbif.org/species/7595433) EOL: 46563143 (https://eol.org/pages/46563143) COL: 6XCXT (https://www.catalogueoflife.org/data/taxon/6XCXT) Wikidata: Q188879 (https://www.wikidata.org/wiki/Q188879)""" ; rdfs:label "Salmo salar"@en ; skos:altLabel "S. salar" ; skos:definition "The class which contains all instances of Salmo salar." ; skos:exactMatch odo:SALMON_00000586 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000590 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Salmo salar is the only species of Atlantic salmon. Physical Description: Atlantic salmon are the largest species in their genus, Salmo. After two years at sea, the fish average 71 to 76 cm (28 to 30 in) in length and 3.6 to 5.4 kg (7.9 to 11.9 lb) in weight. The colouration of young Atlantic salmon does not resemble the adult stage. While they live in fresh water, they have blue and red spots. At maturity, they take on a silver-blue sheen. The easiest way of identifying them as an adult is by the black spots predominantly above the lateral line, though the caudal fin is usually unspotted. When they reproduce, males take on a slight green or red colouration. The salmon has a fusiform body, and well-developed teeth. All fins, except the adipose fin, are bordered with black.""" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Atlantic_salmon, accessed 2021-06-15 https://www.wikidata.org/wiki/Q188879, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000591 odo:SALMON_00000591 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000587 ; dc:creator ; dc:date "2021-05-27T00:06:44Z"^^xsd:dateTime ; dc:description """Oncorhynchus mykiss (i.e. rainbow trout) is a species of Pacific trout. Physical Description: Resident freshwater rainbow trout adults average between 1 and 5 lb (0.5 and 2.3 kg) in riverine environments, while lake-dwelling and anadromous forms may reach 20 lb (9 kg). Coloration varies widely between regions and subspecies. Adult freshwater forms are generally blue-green or olive green with heavy black spotting over the length of the body. Adult fish have a broad reddish stripe along the lateral line, from gills to the tail, which is most pronounced in breeding males. The caudal fin is squarish and only mildly forked. Lake-dwelling and anadromous forms are usually more silvery in color with the reddish stripe almost completely gone. Juvenile rainbow trout display parr marks (dark vertical bars) typical of most salmonid juveniles. In some redband and golden trout forms parr marks are typically retained into adulthood. Some coastal rainbow trout (O. m. irideus) and Columbia River redband trout (O. m. gairdneri) populations and cutbow hybrids may also display reddish or pink throat markings similar to cutthroat trout. In many regions, hatchery-bred trout can be distinguished from native trout via fin clips. Fin clipping the adipose fin is a management tool used to identify hatchery-reared fish. Range: The native range of Oncorhynchus mykiss is in the coastal waters and tributary streams of the Pacific basin, from the Kamchatka Peninsula in Russia, east along the Aleutian Islands, throughout southwest Alaska, the Pacific coast of British Columbia and southeast Alaska, and south along the west coast of the U.S. to northern Mexico. It is claimed that the Mexican forms of Oncorhynchus mykiss represent the southernmost native range of any trout or salmon (Salmonidae), though the Formosan landlocked salmon (O. masou formosanus) in Asia inhabits a similar latitude. The range of coastal rainbow trout (O. m. irideus) extends north from the Pacific basin into tributaries of the Bering Sea in northwest Alaska, while forms of the Columbia River redband trout (O. m. gairdneri) extend east into the upper Mackenzie River and Peace River watersheds in British Columbia and Alberta, Canada, which eventually drain into the Beaufort Sea, part of the Arctic Ocean. Since 1875, the rainbow trout has been widely introduced into suitable lacustrine and riverine environments throughout the United States and around the world. Many of these introductions have established wild, self-sustaining populations.""" ; oboInOwl:hasDbXref """ITIS: 161989 (https://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161989#null) GBIF: 5204019 (https://www.gbif.org/species/5204019) EOL: 46563138 (https://eol.org/pages/46563138, NOTE: refers to 'rainbow trout') COL: 49JFF (https://www.catalogueoflife.org/data/taxon/49JFF) Wikidata: Q64437771 (https://www.wikidata.org/wiki/Q64437771)""" , """NCBI:txid8022 ITIS: 161989 (https://itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161989#null) GBIF: 5204019 (https://www.gbif.org/species/5204019) EOL: 46563138 (https://eol.org/pages/46563138) COL: 49JFF (https://www.catalogueoflife.org/data/taxon/49JFF) Wikidata: Q187986 (https://www.wikidata.org/wiki/Q187986)""" ; rdfs:label "Oncorhynchus mykiss"@en ; rdfs:seeAlso odo:SALMON_00000570 , odo:SALMON_00000642 ; skos:altLabel "O. mykiss" ; skos:definition "The class which contains all instances of Oncorhynchus mykiss." ; skos:exactMatch odo:SALMON_00000642 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000591 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Oncorhynchus mykiss (i.e. rainbow trout) is a species of Pacific trout. Physical Description: Resident freshwater rainbow trout adults average between 1 and 5 lb (0.5 and 2.3 kg) in riverine environments, while lake-dwelling and anadromous forms may reach 20 lb (9 kg). Coloration varies widely between regions and subspecies. Adult freshwater forms are generally blue-green or olive green with heavy black spotting over the length of the body. Adult fish have a broad reddish stripe along the lateral line, from gills to the tail, which is most pronounced in breeding males. The caudal fin is squarish and only mildly forked. Lake-dwelling and anadromous forms are usually more silvery in color with the reddish stripe almost completely gone. Juvenile rainbow trout display parr marks (dark vertical bars) typical of most salmonid juveniles. In some redband and golden trout forms parr marks are typically retained into adulthood. Some coastal rainbow trout (O. m. irideus) and Columbia River redband trout (O. m. gairdneri) populations and cutbow hybrids may also display reddish or pink throat markings similar to cutthroat trout. In many regions, hatchery-bred trout can be distinguished from native trout via fin clips. Fin clipping the adipose fin is a management tool used to identify hatchery-reared fish. Range: The native range of Oncorhynchus mykiss is in the coastal waters and tributary streams of the Pacific basin, from the Kamchatka Peninsula in Russia, east along the Aleutian Islands, throughout southwest Alaska, the Pacific coast of British Columbia and southeast Alaska, and south along the west coast of the U.S. to northern Mexico. It is claimed that the Mexican forms of Oncorhynchus mykiss represent the southernmost native range of any trout or salmon (Salmonidae), though the Formosan landlocked salmon (O. masou formosanus) in Asia inhabits a similar latitude. The range of coastal rainbow trout (O. m. irideus) extends north from the Pacific basin into tributaries of the Bering Sea in northwest Alaska, while forms of the Columbia River redband trout (O. m. gairdneri) extend east into the upper Mackenzie River and Peace River watersheds in British Columbia and Alberta, Canada, which eventually drain into the Beaufort Sea, part of the Arctic Ocean. Since 1875, the rainbow trout has been widely introduced into suitable lacustrine and riverine environments throughout the United States and around the world. Many of these introductions have established wild, self-sustaining populations.""" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Rainbow_trout, accessed 2021-06-15 https://www.wikidata.org/wiki/Q187986, accessed 2021-06-15""" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000591 ; owl:annotatedProperty rdfs:seeAlso ; owl:annotatedTarget odo:SALMON_00000570 ; rdfs:comment "Chose not to assert owl:equivalentClass here, because all Steelhead trout are Oncorhynchus mykiss, but not all Oncorhynchus mykiss are considered Steelhead trout." ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000591 ; owl:annotatedProperty rdfs:seeAlso ; owl:annotatedTarget odo:SALMON_00000642 ; rdfs:comment "Chose not to assert owl:equivalentClass here, because all Rainbow trout are Oncorhynchus mykiss, but not all Oncorhynchus mykiss are considered Rainbow trout." ] . ### http://purl.dataone.org/odo/SALMON_00000592 odo:SALMON_00000592 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000458 ; dc:creator ; dc:date "2021-05-27T00:07:24Z"^^xsd:dateTime ; dc:description "Salvelinus is a genus of salmonid fish often called char or charr; some species are called \"trout\". Salvelinus is a member of the subfamily Salmoninae within the family Salmonidae." ; rdfs:label "Salvelinus spp."@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000592 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Salvelinus is a genus of salmonid fish often called char or charr; some species are called \"trout\". Salvelinus is a member of the subfamily Salmoninae within the family Salmonidae." ; dc:source """https://en.wikipedia.org/wiki/Salvelinus, accessed 2021-06-15 https://www.wikidata.org/wiki/Q548682, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000593 odo:SALMON_00000593 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000592 ; dc:creator ; dc:date "2021-05-27T00:07:31Z"^^xsd:dateTime ; dc:description """Salvelinus malma (i.e. the dolly varden trout) is a species of Pacific trout, belonging to the genus Salvelinus of true chars. Physical Description: The back and sides are olive green or muddy gray, shading to white on the belly. The body has scattered pale yellow or pinkish-yellow spots. There are no black spots or wavy lines on the body or fins. Small red spots are present on the lower sides. These are frequently indistinct. The fins are plain and unmarked except for a few light spots on the base of the caudal fin rays. S. malma is extremely similar in appearance to the bull trout (S. confluentus) and Arctic char (S. alpinus), so much so that they are sometimes referred to as \"native char\" without a distinction. Range: The Dolly Varden trout is found in coastal waters of the North Pacific from Puget Sound north along the British Columbia Coast to the Alaska Peninsula and into the eastern Aleutian Islands, along the Bering Sea and the Arctic Sea to the Mackenzie River. The range in Asia extends south through the Kamchatka Peninsula into northern Japan.""" ; oboInOwl:hasDbXref """NCBI:txid8039 ITIS: 162000 (https://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=162000#null) GBIF: 4284020 (https://www.gbif.org/species/4284020) EOL: 225241 (https://eol.org/pages/225241) COL: 79FQR (https://www.catalogueoflife.org/data/taxon/79FQR) Wikidata: Q327067 (https://www.wikidata.org/wiki/Q327067)""" ; rdfs:label "Salvelinus malma"@en ; skos:altLabel "S. malma" ; skos:definition "The class which contains all instances of Salvelinus malma." ; skos:exactMatch odo:SALMON_00000569 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000593 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Salvelinus malma (i.e. the dolly varden trout) is a species of Pacific trout, belonging to the genus Salvelinus of true chars. Physical Description: The back and sides are olive green or muddy gray, shading to white on the belly. The body has scattered pale yellow or pinkish-yellow spots. There are no black spots or wavy lines on the body or fins. Small red spots are present on the lower sides. These are frequently indistinct. The fins are plain and unmarked except for a few light spots on the base of the caudal fin rays. S. malma is extremely similar in appearance to the bull trout (S. confluentus) and Arctic char (S. alpinus), so much so that they are sometimes referred to as \"native char\" without a distinction. Range: The Dolly Varden trout is found in coastal waters of the North Pacific from Puget Sound north along the British Columbia Coast to the Alaska Peninsula and into the eastern Aleutian Islands, along the Bering Sea and the Arctic Sea to the Mackenzie River. The range in Asia extends south through the Kamchatka Peninsula into northern Japan.""" ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Dolly_Varden_trout, accessed 2021-06-15 https://www.wikidata.org/wiki/Q327067, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000594 odo:SALMON_00000594 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000587 ; dc:creator ; dc:date "2021-05-27T00:08:33Z"^^xsd:dateTime ; dc:description """Oncorhynchus clarkii (i.e. cutthroat trout) is a species of Pacific trout. Physical Description: Throughout their native and introduced ranges, cutthroat trout vary widely in size, coloration and habitat selection. Their coloration can range from golden to gray to green on the back. Cutthroat trout can generally be distinguished from rainbow trout by the presence of basibranchial teeth at the base of tongue and a maxillary that extends beyond the posterior edge of the eye. Depending on subspecies, strain and habitat, most have distinctive red, pink, or orange linear marks along the underside of their mandibles in the lower folds of the gill plates. At maturity, different populations and subspecies of cutthroat trout can range from 6 to 40 inches (15 to 102 cm) in length, depending on habitat and food availability. Sea-run forms of coastal cutthroat trout average 2 to 5 pounds (0.9 to 2.3 kg). The length and weights of mature inland forms vary widely depending on their particular environment and availability of food. Stream-resident fish are much smaller, 0.4 to 3.2 ounces (11 to 91 g), while lacustrine populations have attained weights ranging from 12 to 17 lb (5.4 to 7.7 kg) in ideal conditions. The largest cutthroat trout subspecies is the Lahontan cutthroat trout (O. c. henshawi). These fish average 8 to 9 in (20 to 23 cm) in small streams and 8 to 22 in (20 to 56 cm) in larger rivers and lakes. In ideal environments, the Lahontan cutthroat trout attains typical weights of 0.25 to 8 lb (0.11 to 3.63 kg). The world record cutthroat trout is a Lahontan at 39 in (99 cm) and 41 lb (19 kg). Range: Cutthroat trout are native to western North America and have evolved through geographic isolation into 14 subspecies, each native to a different major drainage basin. Native cutthroat trout species are found along the Pacific Northwest coast from Alaska through British Columbia into northern California, in the Cascade Range, the Great Basin and throughout the Rocky Mountains including southern Alberta. Some coastal populations of the coastal cutthroat trout (O. c. clarkii) are semianadromous, spending a few months in marine environments to feed as adults and returning to fresh water from fall through early spring to feed on insects and spawn. Cutthroat trout have the second-largest historic native range of North American trout; the lake trout (Salvelinus namaycush) having the largest. Ranges of some subspecies, particularly the westslope cutthroat trout (O. c. lewisi), have been reduced to less than 10 percent of their historic range due to habitat loss and introduction of non-native species. Although members of Oncorhynchus, the Pacific trout/salmon species, three subspecies—the westslope (O. c. lewisi), the greenback (O. c. stomias) and Yellowstone cutthroat trout (O. c. bouvierii)—evolved populations east of the Continental Divide in the upper Missouri River basin, upper Arkansas and Platte River basins and upper Yellowstone River basin, each which drain into the Atlantic basin via the Mississippi River. Scientists believe that the climatic and geologic conditions 3-5 million years ago allowed cutthroat trout from the Snake River to migrate over the divide into the Yellowstone plateau via Two Ocean Pass. There is also evidence that Yellowstone Lake once drained south into the Snake River drainage. Evidence suggests that the westslope cutthroat trout was able to establish populations east of the divide via Summit Lake at Marias Pass which at one time connected the Flathead River drainage with the upper Missouri River drainage. Scientists speculate that there are several mountain passes associated with the headwaters of the Colorado River drainage and Arkansas/Platte River drainages that would have allowed migration of cutthroat trout east of the divide. Cutthroat trout have been introduced into non-native waters outside their historic native range, but not to the extent of the rainbow trout (O. mykiss). Within the native range of the Yellowstone cutthroat trout, U.S. Fisheries Bureau and National Park Service authorities introduced Yellowstone cutthroat trout into many fishless lakes in Yellowstone National Park. Cutthroat trout were introduced into Lake Michigan tributaries in the 1890s and sporadically in the early 20th century, but never established wild populations. A population of Yellowstone cutthroat trout purportedly has been established in Lake Huron. Although cutthroat trout are not native to Arizona, they are routinely introduced by the Arizona Game and Fish Department into high mountain lakes in the White Mountains in the northeastern region of that state.""" ; oboInOwl:hasDbXref """NCBI:txid30962 ITIS: 161983 (https://www.itis.gov/servlet/SingleRpt/SingleRpt?search_topic=TSN&search_value=161983#null) GBIF: 5711980 (https://www.gbif.org/species/5711980) EOL: 212910 (https://eol.org/pages/212910) COL: 6SN65 (https://www.catalogueoflife.org/data/taxon/6SN65) Wikidata: Q2717060 (https://www.wikidata.org/wiki/Q2717060)""" ; rdfs:label "Oncorhynchus clarkii"@en ; skos:altLabel "O. clarkii" ; skos:definition "The class which contains all instances of Oncorhynchus clarkii." ; skos:exactMatch odo:SALMON_00000582 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000594 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Oncorhynchus clarkii (i.e. cutthroat trout) is a species of Pacific trout. Physical Description: Throughout their native and introduced ranges, cutthroat trout vary widely in size, coloration and habitat selection. Their coloration can range from golden to gray to green on the back. Cutthroat trout can generally be distinguished from rainbow trout by the presence of basibranchial teeth at the base of tongue and a maxillary that extends beyond the posterior edge of the eye. Depending on subspecies, strain and habitat, most have distinctive red, pink, or orange linear marks along the underside of their mandibles in the lower folds of the gill plates. At maturity, different populations and subspecies of cutthroat trout can range from 6 to 40 inches (15 to 102 cm) in length, depending on habitat and food availability. Sea-run forms of coastal cutthroat trout average 2 to 5 pounds (0.9 to 2.3 kg). The length and weights of mature inland forms vary widely depending on their particular environment and availability of food. Stream-resident fish are much smaller, 0.4 to 3.2 ounces (11 to 91 g), while lacustrine populations have attained weights ranging from 12 to 17 lb (5.4 to 7.7 kg) in ideal conditions. The largest cutthroat trout subspecies is the Lahontan cutthroat trout (O. c. henshawi). These fish average 8 to 9 in (20 to 23 cm) in small streams and 8 to 22 in (20 to 56 cm) in larger rivers and lakes. In ideal environments, the Lahontan cutthroat trout attains typical weights of 0.25 to 8 lb (0.11 to 3.63 kg). The world record cutthroat trout is a Lahontan at 39 in (99 cm) and 41 lb (19 kg). Range: Cutthroat trout are native to western North America and have evolved through geographic isolation into 14 subspecies, each native to a different major drainage basin. Native cutthroat trout species are found along the Pacific Northwest coast from Alaska through British Columbia into northern California, in the Cascade Range, the Great Basin and throughout the Rocky Mountains including southern Alberta. Some coastal populations of the coastal cutthroat trout (O. c. clarkii) are semianadromous, spending a few months in marine environments to feed as adults and returning to fresh water from fall through early spring to feed on insects and spawn. Cutthroat trout have the second-largest historic native range of North American trout; the lake trout (Salvelinus namaycush) having the largest. Ranges of some subspecies, particularly the westslope cutthroat trout (O. c. lewisi), have been reduced to less than 10 percent of their historic range due to habitat loss and introduction of non-native species. Although members of Oncorhynchus, the Pacific trout/salmon species, three subspecies—the westslope (O. c. lewisi), the greenback (O. c. stomias) and Yellowstone cutthroat trout (O. c. bouvierii)—evolved populations east of the Continental Divide in the upper Missouri River basin, upper Arkansas and Platte River basins and upper Yellowstone River basin, each which drain into the Atlantic basin via the Mississippi River. Scientists believe that the climatic and geologic conditions 3-5 million years ago allowed cutthroat trout from the Snake River to migrate over the divide into the Yellowstone plateau via Two Ocean Pass. There is also evidence that Yellowstone Lake once drained south into the Snake River drainage. Evidence suggests that the westslope cutthroat trout was able to establish populations east of the divide via Summit Lake at Marias Pass which at one time connected the Flathead River drainage with the upper Missouri River drainage. Scientists speculate that there are several mountain passes associated with the headwaters of the Colorado River drainage and Arkansas/Platte River drainages that would have allowed migration of cutthroat trout east of the divide. Cutthroat trout have been introduced into non-native waters outside their historic native range, but not to the extent of the rainbow trout (O. mykiss). Within the native range of the Yellowstone cutthroat trout, U.S. Fisheries Bureau and National Park Service authorities introduced Yellowstone cutthroat trout into many fishless lakes in Yellowstone National Park. Cutthroat trout were introduced into Lake Michigan tributaries in the 1890s and sporadically in the early 20th century, but never established wild populations. A population of Yellowstone cutthroat trout purportedly has been established in Lake Huron. Although cutthroat trout are not native to Arizona, they are routinely introduced by the Arizona Game and Fish Department into high mountain lakes in the White Mountains in the northeastern region of that state.""" ; rdfs:comment """https://en.wikipedia.org/wiki/Cutthroat_trout, accessed 2021-06-15 https://www.wikidata.org/wiki/Q2717060, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000611 odo:SALMON_00000611 rdf:type owl:Class ; dc:creator ; dc:date "2021-06-01T20:04:09Z"^^xsd:dateTime ; rdfs:comment "A general category for gathering traits (morphological, behavioral, and otherwise) that have some evolutionary basis for achieving reproductive success." ; rdfs:label "Reproductive strategy"@en . ### http://purl.dataone.org/odo/SALMON_00000614 odo:SALMON_00000614 rdf:type owl:Class ; dc:creator ; dc:date "2021-06-01T20:10:50Z"^^xsd:dateTime ; rdfs:comment "A broad category that may be useful for classifying fish based on patterns in migratory trajectories." ; rdfs:label "Migratory pattern"@en . ### http://purl.dataone.org/odo/SALMON_00000621 odo:SALMON_00000621 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; dc:creator ; dc:date "2021-06-01T22:27:09Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Smolt abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000622 odo:SALMON_00000622 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; dc:creator ; dc:date "2021-06-01T22:28:19Z"^^xsd:dateTime ; rdfs:comment "An Essential Salmon Variable (ESV) from the working list being developed by Graeme Diack et al. at the Atlantic Salmon Trust." ; rdfs:label "Egg abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000623 odo:SALMON_00000623 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000220 ; dc:creator ; dc:date "2021-06-04T21:13:21Z"^^xsd:dateTime ; rdfs:label "Precipitation volume"@en ; skos:definition "Volume of precipitation, which is any product of the condensation of atmospheric water vapor that falls under gravity." ; skos:exactMatch "http://purl.dataone.org/odo/ECSO_00001237" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000623 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Volume of precipitation, which is any product of the condensation of atmospheric water vapor that falls under gravity." ; dc:source odo:ECSO_00001237 ] . ### http://purl.dataone.org/odo/SALMON_00000624 odo:SALMON_00000624 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000503 ; dc:creator ; dc:date "2021-06-04T22:00:50Z"^^xsd:dateTime ; rdfs:label "Species diversity"@en ; skos:definition "The number of different species that are represented in a given community, weighted by their abundance. Community species diversity can be calculated in different ways, but consists of two components: species richness and species evenness." ; skos:exactMatch "http://purl.obolibrary.org/obo/PCO_0000019" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000624 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of different species that are represented in a given community, weighted by their abundance. Community species diversity can be calculated in different ways, but consists of two components: species richness and species evenness." ; dc:source obo:PCO_0000019 ] . ### http://purl.dataone.org/odo/SALMON_00000625 odo:SALMON_00000625 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000624 ; dc:creator ; dc:date "2021-06-04T22:00:56Z"^^xsd:dateTime ; rdfs:label "Alpha diversity"@en ; skos:altLabel "α-diversity" ; skos:definition "A community species diversity that is the mean species diversity at a site or within a specific habitat." ; skos:exactMatch "http://purl.obolibrary.org/obo/PCO_0000074" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000625 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A community species diversity that is the mean species diversity at a site or within a specific habitat." ; dc:source obo:PCO_0000074 ] . ### http://purl.dataone.org/odo/SALMON_00000626 odo:SALMON_00000626 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000624 ; dc:creator ; dc:date "2021-06-04T22:00:59Z"^^xsd:dateTime ; rdfs:label "Beta diversity"@en ; skos:altLabel "β-diversity" ; skos:definition "A community species diversity that is the ratio between regional and local species diversity." ; skos:exactMatch "http://purl.obolibrary.org/obo/PCO_0000075" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000626 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A community species diversity that is the ratio between regional and local species diversity." ; dc:source obo:PCO_0000075 ] . ### http://purl.dataone.org/odo/SALMON_00000627 odo:SALMON_00000627 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000624 ; dc:creator ; dc:date "2021-06-04T22:01:04Z"^^xsd:dateTime ; rdfs:label "Gamma diversity"@en ; skos:altLabel "γ-diversity" ; skos:definition "A community species diversity that is the total species diversity in a landscape. The area or landscape of interest may be of very different sizes in different situations, but it should encompass multiple sites or habitats as measured by alpha diversity." ; skos:exactMatch "http://purl.obolibrary.org/obo/PCO_0000076" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000627 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A community species diversity that is the total species diversity in a landscape. The area or landscape of interest may be of very different sizes in different situations, but it should encompass multiple sites or habitats as measured by alpha diversity." ; dc:source obo:PCO_0000076 ] . ### http://purl.dataone.org/odo/SALMON_00000628 odo:SALMON_00000628 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000503 ; dc:creator ; dc:date "2021-06-04T22:05:10Z"^^xsd:dateTime ; rdfs:label "Species evenness"@en ; skos:definition "A quality of an ecological community that reflects how close in abundance all species in a community are." ; skos:exactMatch "http://purl.obolibrary.org/obo/PCO_0000023" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000628 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A quality of an ecological community that reflects how close in abundance all species in a community are." ; dc:source obo:PCO_0000023 ] . ### http://purl.dataone.org/odo/SALMON_00000629 odo:SALMON_00000629 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000503 ; dc:creator ; dc:date "2021-06-04T22:06:09Z"^^xsd:dateTime ; rdfs:label "Species richness"@en ; skos:definition "The number of different species represented in an ecological community." ; skos:exactMatch "http://purl.obolibrary.org/obo/PCO_0000010" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000629 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of different species represented in an ecological community." ; dc:source obo:PCO_0000010 ] . ### http://purl.dataone.org/odo/SALMON_00000630 odo:SALMON_00000630 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000182 ; dc:creator ; dc:date "2021-06-14T20:43:46Z"^^xsd:dateTime ; rdfs:label "Fish length determination method"@en . ### http://purl.dataone.org/odo/SALMON_00000631 odo:SALMON_00000631 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000630 ; dc:creator ; dc:date "2021-06-14T20:44:42Z"^^xsd:dateTime ; dc:description "The fork length measurement method is commonly used in fish species that have forked caudal fins -- where the dorsal and ventral rays are longer than median rays. Longer rays are often damaged or eroded by contact with rocks, debris, or hatchery walls." ; rdfs:label "Fork length measurement method"@en ; rdfs:seeAlso odo:SALMON_00000128 ; skos:definition """A fish measurement method in which the length from the most anterior part of a fish to the tip of the median caudal fin rays (i.e. fork) is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the most anterior part to the tip of the median caudal fin rays (i.e. fork). (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the most anterior part to the tip of the median caudal fin rays (i.e. fork). It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000631 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "The fork length measurement method is commonly used in fish species that have forked caudal fins -- where the dorsal and ventral rays are longer than median rays. Longer rays are often damaged or eroded by contact with rocks, debris, or hatchery walls." ; dc:source "https://www.monitoringresources.org/Document/Method/Details/4041, accessed 2021-06-14" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000631 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget """A fish measurement method in which the length from the most anterior part of a fish to the tip of the median caudal fin rays (i.e. fork) is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the most anterior part to the tip of the median caudal fin rays (i.e. fork). (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the most anterior part to the tip of the median caudal fin rays (i.e. fork). It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" ; dc:source "https://www.monitoringresources.org/Document/Method/Details/4041, accessed 2021-06-14" ] . ### http://purl.dataone.org/odo/SALMON_00000632 odo:SALMON_00000632 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000630 ; dc:creator ; dc:date "2021-06-14T20:58:33Z"^^xsd:dateTime ; rdfs:label "Mid-orbit to fork of tail measurement method"@en ; rdfs:seeAlso odo:SALMON_00000133 ; skos:definition """A fish measurement method in which the length from the middle of the orbit to the tip of the median caudal fin rays is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the middle of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork). (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the middle of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork). It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000632 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget """A fish measurement method in which the length from the middle of the orbit to the tip of the median caudal fin rays is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the middle of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork). (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the middle of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork). It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" ; oboInOwl:hasDbXref """https://www.monitoringresources.org/Document/Method/Details/1549, accessed 2021-06-14 https://www.monitoringresources.org/Document/Method/Details/4041, accessed 2021-06-14""" ] . ### http://purl.dataone.org/odo/SALMON_00000633 odo:SALMON_00000633 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000630 ; dc:creator ; dc:date "2021-06-14T21:08:39Z"^^xsd:dateTime ; dc:description "Measurements of specific parts of a fish are sometimes necessary when intact fish are not available. For instance, spawning or dead salmon often have eroded tails (from redd excavation) or enlarged or damaged jaws. When researchers want to compare fish lengths of male spawners versus female spawners or hatchery spawned females versus carcasses, it is a good idea to use this type of length measurement to remove the bias of the eroded tails on female spawners. So length measurements are made from specific parts of the body that are intact, such as the orbit and the hypural plate. The hypural plate is comprised of modified vertebrae that support the rays of the caudal fin and originate from the posterior end of the vertebral column. This measurement is also commonly referred to as MEPS, or mid-eye to posterior scale, noting that researchers typically take the measurement to an external feature when the hypural plate is not visible." ; rdfs:label "Mid-orbit to hypural plate measurement method"@en ; rdfs:seeAlso odo:SALMON_00000131 ; skos:definition """A fish measurement method in which the length from the middle of the orbit (i.e. eye) to the hypural plate is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the middle of the orbit (i.e. eye) to the hypural plate. (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the middle of the orbit (i.e. eye) to the hypural plate. It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth. In the case that hypural plate is not visible, the measurement may be made to some external feature (e.g. the position of the last lateral line scale; end of the fleshy caudal peduncle; midline of a crease that forms when the tail is bent sharply). It is important to note this adjustment in measurement protocol.""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000633 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Measurements of specific parts of a fish are sometimes necessary when intact fish are not available. For instance, spawning or dead salmon often have eroded tails (from redd excavation) or enlarged or damaged jaws. When researchers want to compare fish lengths of male spawners versus female spawners or hatchery spawned females versus carcasses, it is a good idea to use this type of length measurement to remove the bias of the eroded tails on female spawners. So length measurements are made from specific parts of the body that are intact, such as the orbit and the hypural plate. The hypural plate is comprised of modified vertebrae that support the rays of the caudal fin and originate from the posterior end of the vertebral column. This measurement is also commonly referred to as MEPS, or mid-eye to posterior scale, noting that researchers typically take the measurement to an external feature when the hypural plate is not visible." ; dc:source "https://www.monitoringresources.org/Document/Method/Details/1549, accessed 2021-06-14" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000633 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget """A fish measurement method in which the length from the middle of the orbit (i.e. eye) to the hypural plate is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the middle of the orbit (i.e. eye) to the hypural plate. (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the middle of the orbit (i.e. eye) to the hypural plate. It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth. In the case that hypural plate is not visible, the measurement may be made to some external feature (e.g. the position of the last lateral line scale; end of the fleshy caudal peduncle; midline of a crease that forms when the tail is bent sharply). It is important to note this adjustment in measurement protocol.""" ; dc:source "https://www.monitoringresources.org/Document/Method/Details/1549, accessed 2021-06-14" ] . ### http://purl.dataone.org/odo/SALMON_00000634 odo:SALMON_00000634 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000630 ; dc:creator ; dc:date "2021-06-14T21:17:24Z"^^xsd:dateTime ; rdfs:label "Mid-orbit to posterior insertion of anal fin measurement method"@en ; rdfs:seeAlso odo:SALMON_00000132 ; skos:definition """A fish measurement method in which the length from the middle of the orbit (i.e. eye) to the the posterior-most point where the fin connects with the body is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the middle of the orbit (i.e. eye) to the posterior-most point where the fin connects with the body. (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the middle of the orbit (i.e. eye) to the posterior-most point where the fin connects with the body. It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000634 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget """A fish measurement method in which the length from the middle of the orbit (i.e. eye) to the the posterior-most point where the fin connects with the body is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the middle of the orbit (i.e. eye) to the posterior-most point where the fin connects with the body. (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the middle of the orbit (i.e. eye) to the posterior-most point where the fin connects with the body. It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" ; oboInOwl:hasDbXref """https://www.monitoringresources.org/Document/Method/Details/1549, accessed 2021-06-14 https://www.seagrant.wisc.edu/our-work/focus-areas/fish-and-fisheries/fish-glossary/, accessed 2021-06-14""" ] . ### http://purl.dataone.org/odo/SALMON_00000635 odo:SALMON_00000635 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000630 ; dc:creator ; dc:date "2021-06-14T21:30:14Z"^^xsd:dateTime ; rdfs:label "Post-orbit to fork of tail measurement method"@en ; rdfs:seeAlso odo:SALMON_00000129 ; skos:definition """A fish measurement method in which the length from the hind margin of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork) is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from hind margin of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork). (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the hind margin of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork). It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000635 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget """A fish measurement method in which the length from the hind margin of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork) is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from hind margin of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork). (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the hind margin of the orbit (i.e. eye) to the tip of the median caudal fin rays (i.e. fork). It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" ; oboInOwl:hasDbXref """https://www.monitoringresources.org/Document/Method/Details/1548, accessed 2021-06-14 https://www.monitoringresources.org/Document/Method/Details/4041, accessed 2021-06-14""" ] . ### http://purl.dataone.org/odo/SALMON_00000636 odo:SALMON_00000636 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000630 ; dc:creator ; dc:date "2021-06-14T21:38:35Z"^^xsd:dateTime ; dc:description "Measurements of specific parts of a fish are sometimes necessary when intact fish are not available. For instance, spawning or dead salmon often have eroded tails (from redd excavation) or enlarged or damaged jaws. When researchers want to compare fish lengths of male spawners versus female spawners or hatchery spawned females versus carcasses, it is a good idea to use this type of length measurement to remove the bias of the eroded tails on female spawners. So length measurements are made from specific parts of the body that are intact, such as the orbit and the hypural plate. The hypural plate is comprised of modified vertebrae that support the rays of the caudal fin and originate from the posterior end of the vertebral column." ; rdfs:label "Post-orbit to hypural plate measurement method"@en ; rdfs:seeAlso odo:SALMON_00000130 ; skos:definition """A fish measurement method in which the length from the hind margin of the orbit (i.e. eye) to the hypural plate is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from hind margin of the orbit (i.e. eye) to the hypural plate. (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the hind margin of the orbit (i.e. eye) to the hypural plate. It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth. In the case that hypural plate is not visible, the measurement may be made to some external feature (e.g. the position of the last lateral line scale; end of the fleshy caudal peduncle; midline of a crease that forms when the tail is bent sharply). It is important to note this adjustment in measurement protocol.""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000636 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Measurements of specific parts of a fish are sometimes necessary when intact fish are not available. For instance, spawning or dead salmon often have eroded tails (from redd excavation) or enlarged or damaged jaws. When researchers want to compare fish lengths of male spawners versus female spawners or hatchery spawned females versus carcasses, it is a good idea to use this type of length measurement to remove the bias of the eroded tails on female spawners. So length measurements are made from specific parts of the body that are intact, such as the orbit and the hypural plate. The hypural plate is comprised of modified vertebrae that support the rays of the caudal fin and originate from the posterior end of the vertebral column." ; dc:source "https://www.monitoringresources.org/Document/Method/Details/1548, accessed 2021-06-14" ] . ### http://purl.dataone.org/odo/SALMON_00000637 odo:SALMON_00000637 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000630 ; dc:creator ; dc:date "2021-06-14T21:45:52Z"^^xsd:dateTime ; rdfs:label "Standard length measurement method"@en ; rdfs:seeAlso odo:SALMON_00000135 ; skos:definition """A fish measurement method in which the length from the most anterior tip of the body to the midlateral posterior edge of the hypural plate (in fish with a hypural plate) or to the posterior end of the vertebral column (in fish lacking hypural plates) is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the most anterior tip of the body to the midlateral posterior edge of the hypural plate (in fish with a hypural plate) or to the posterior end of the vertebral column (in fish lacking hypural plates). (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the most anterior tip of the body to the midlateral posterior edge of the hypural plate (in fish with a hypural plate) or to the posterior end of the vertebral column (in fish lacking hypural plates). It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000637 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget """A fish measurement method in which the length from the most anterior tip of the body to the midlateral posterior edge of the hypural plate (in fish with a hypural plate) or to the posterior end of the vertebral column (in fish lacking hypural plates) is recorded. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the most anterior tip of the body to the midlateral posterior edge of the hypural plate (in fish with a hypural plate) or to the posterior end of the vertebral column (in fish lacking hypural plates). (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the most anterior tip of the body to the midlateral posterior edge of the hypural plate (in fish with a hypural plate) or to the posterior end of the vertebral column (in fish lacking hypural plates). It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" ; oboInOwl:hasDbXref "https://www.fishbase.in/glossary/Glossary.php?q=standard+length, accessed 2021-03-31" ] . ### http://purl.dataone.org/odo/SALMON_00000638 odo:SALMON_00000638 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000630 ; dc:creator ; dc:date "2021-06-14T21:49:03Z"^^xsd:dateTime ; rdfs:label "Total length measurement method"@en ; rdfs:seeAlso odo:SALMON_00000134 ; skos:definition """A fish measurement method in which the length from the most anterior tip of the body to the tip of the longest caudal fin rays is recorded. Total length can be measured by two conventions -- by leaving the caudal fin spread in a natural position or by compressing the lobes of the caudal fin dorsoventrally. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the most anterior tip of the body to the tip of the longest caudal fin rays. (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the most anterior tip of the body to the tip of the longest caudal fin rays. It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000638 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget """A fish measurement method in which the length from the most anterior tip of the body to the tip of the longest caudal fin rays is recorded. Total length can be measured by two conventions -- by leaving the caudal fin spread in a natural position or by compressing the lobes of the caudal fin dorsoventrally. Two common procedures are: (a) Using a measuring board: A fish is placed on its side on a measuring board with its snout against the rigid headpiece. A measurement is taken from the most anterior tip of the body to the tip of the longest caudal fin rays. (b) Using a tape measure: A fish is placed on its side, either on top of a tape measure or the tape measure is placed just above the dorsal side of the fish to record the measurement from the most anterior tip of the body to the tip of the longest caudal fin rays. It is important to not allow the tape to curve along the contoured side of the fish that is facing up, which can introduce bias into the measurement due to girth.""" ; dc:source "https://www.monitoringresources.org/Document/Method/Details/1551, accessed 2021-06-14" ] . ### http://purl.dataone.org/odo/SALMON_00000639 odo:SALMON_00000639 rdf:type owl:Class ; dc:creator ; dc:date "2021-06-14T23:05:05Z"^^xsd:dateTime ; rdfs:label "Fish stock type"@en ; skos:definition "Group of individuals of a species which can be regarded as an entity for management or assessment purposes; a separate breeding population of a species; term used to identify a management unit of fishery species. A distinct genetic population, a population defined by movement pattern, part of a population potentially harvestable, or a quantity of fish from a given area. May be a total or a spawning stock." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000639 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Group of individuals of a species which can be regarded as an entity for management or assessment purposes; a separate breeding population of a species; term used to identify a management unit of fishery species. A distinct genetic population, a population defined by movement pattern, part of a population potentially harvestable, or a quantity of fish from a given area. May be a total or a spawning stock." ; dc:source "https://www.fishbase.se/Glossary/Glossary.php?q=stock&language=english&sc=is, accessed 2021-06-15" ] . ### http://purl.dataone.org/odo/SALMON_00000640 odo:SALMON_00000640 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000639 ; dc:creator ; dc:date "2021-06-14T23:05:21Z"^^xsd:dateTime ; rdfs:label "Wild stock"@en ; skos:definition "A stock that is sustained by natural spawning and rearing in the natural habitat, regardless of parentage or origin." ; skos:relatedMatch obo:PCO_0000001 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000640 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A stock that is sustained by natural spawning and rearing in the natural habitat, regardless of parentage or origin." ; dc:source "https://www.fishbase.se/Glossary/Glossary.php?q=wild+stock&language=english&sc=is, accessed 2021-06-15" ] . ### http://purl.dataone.org/odo/SALMON_00000641 odo:SALMON_00000641 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000408 ; dc:creator ; dc:date "2021-06-15T19:26:05Z"^^xsd:dateTime ; rdfs:label "Fish total age"@en ; skos:definition "An integer, which represents the sum of freshwater and marine annuli plus one to account for time spent in the gravel before hatching." . ### http://purl.dataone.org/odo/SALMON_00000642 odo:SALMON_00000642 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000126 ; dc:creator ; dc:date "2021-06-15T20:05:01Z"^^xsd:dateTime ; rdfs:label "Rainbow trout"@en ; skos:altLabel """Oncorhychus mykiss O. mykiss \"lake trout\" @en \"rainbow\" @en \"silver trout\" @en \"steelhead\" @en \"brook trout\" @en""" ; skos:exactMatch odo:SALMON_00000591 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000642 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhychus mykiss O. mykiss \"lake trout\" @en \"rainbow\" @en \"silver trout\" @en \"steelhead\" @en \"brook trout\" @en""" ; dc:source """https://en.wikipedia.org/wiki/Rainbow_trout, accessed 2021-06-15 https://www.wikidata.org/wiki/Q187986, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000644 odo:SALMON_00000644 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000591 ; rdfs:label "Oncorhynchus mykiss irideus" . ### http://purl.dataone.org/odo/SALMON_00000645 odo:SALMON_00000645 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000642 . ### http://purl.dataone.org/odo/SALMON_00000649 odo:SALMON_00000649 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-06-16T04:18:20Z"^^xsd:dateTime ; rdfs:label "Parr"@en ; skos:definition "A young salmonid (salmon or trout) with parr-marks before migration to the sea and after dispersal from the redd." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000649 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A young salmonid (salmon or trout) with parr-marks before migration to the sea and after dispersal from the redd." ; dc:source "http://www.fishbase.us/glossary/Glossary.php?q=parr&language=english&sc=is, accessed 2021-06-15" ] . ### http://purl.dataone.org/odo/SALMON_00000651 odo:SALMON_00000651 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000582 ; dc:creator ; dc:date "2021-06-16T16:09:57Z"^^xsd:dateTime ; rdfs:label "Coastal cutthroat trout"@en ; skos:altLabel """Oncorhynchus clarkii clarkii Oncorhynchus c. clarkii O. c. clarkii""" ; skos:exactMatch odo:SALMON_00000653 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000651 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhynchus clarkii clarkii Oncorhynchus c. clarkii O. c. clarkii""" ; dc:source """https://en.wikipedia.org/wiki/Coastal_cutthroat_trout, accessed 2021-06-15 https://www.wikidata.org/wiki/Q5138345, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000653 odo:SALMON_00000653 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000594 ; dc:creator ; dc:date "2021-06-16T16:26:35Z"^^xsd:dateTime ; dc:description """Oncorhynchus clarkii clarkii (i.e. coastal cutthroat trout) is a subspecies of Oncorhynchus mykiss and one fo the Pacific trout species. The coastal cutthroat trout occurs in four distinct forms. A semi-anadromous or sea-run form is the most well known. Freshwater forms occur in both large and small rivers and streams and lake environments. The native range of the coastal cutthroat trout extends south from the southern coastline of the Kenai Peninsula in Alaska to the Eel River in Northern California. Coastal cutthroat trout are resident in tributary streams and rivers of the Pacific basin and are rarely found more than 100 miles (160 km) from the ocean. Physical Description: Freshwater forms of the coastal cutthroat trout are generally dark green to greenish-blue on back, olive-green on upper flank, silvery on lower flank and belly. They display more numerous flank spots below lateral line, irregular spots on dorsal, adipose and caudal fins and the anal, pectoral and pelvic fin bases. The gill covers are pinkish. Sea-run forms while in salt water and shortly after returning to fresh water are silvery with a bluish back, yellowish lower flanks and fins, and display sparse spots. Cutthroats usually display distinctive red, pink, or orange linear marks along the undersides of their mandibles in the lower folds of the gill plates. These markings are responsible for the common name \"cutthroat\" given to the trout by outdoor writer Charles Hallock in an 1884 article in The American Angler., although the red slashes are not unique to the cutthroat trout and some coastal rainbow trout and redband trout also display throat slashes. The sea-run forms of coastal cutthroat average 2 to 5 lb (0.9 to 2.3 kg), while stream-resident forms attain much smaller sizes 0.4 to 3.2 oz (11 to 91 g). Range: The native range of the coastal cutthroat trout extends south from the southern coastline of the Kenai Peninsula in Alaska to the Eel River in Northern California. Coastal cutthroat trout are resident in tributary streams and rivers of the Pacific basin and are rarely found more than 100 miles (160 km) from the ocean. Semi-anadromous, stream resident, fluvial and lake resident forms exist. The great majority of coastal cutthroat trout habitat coincides with the belt of Pacific coast coniferous rainforest that extends from Alaska southward into Northern California.""" ; oboInOwl:hasDbXref "NCBI:txid69121" ; rdfs:label "Oncorhynchus clarkii clarkii"@en ; skos:altLabel """O. c. clarkii Onchorhynchus c. clarkii sea-run cutthroat trout blueback trout harvest trout""" ; skos:definition "The class which contains all instances of Oncorhynchus clarkii clarkii." ; skos:exactMatch odo:SALMON_00000651 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000653 ; owl:annotatedProperty dc:description ; owl:annotatedTarget """Oncorhynchus clarkii clarkii (i.e. coastal cutthroat trout) is a subspecies of Oncorhynchus mykiss and one fo the Pacific trout species. The coastal cutthroat trout occurs in four distinct forms. A semi-anadromous or sea-run form is the most well known. Freshwater forms occur in both large and small rivers and streams and lake environments. The native range of the coastal cutthroat trout extends south from the southern coastline of the Kenai Peninsula in Alaska to the Eel River in Northern California. Coastal cutthroat trout are resident in tributary streams and rivers of the Pacific basin and are rarely found more than 100 miles (160 km) from the ocean. Physical Description: Freshwater forms of the coastal cutthroat trout are generally dark green to greenish-blue on back, olive-green on upper flank, silvery on lower flank and belly. They display more numerous flank spots below lateral line, irregular spots on dorsal, adipose and caudal fins and the anal, pectoral and pelvic fin bases. The gill covers are pinkish. Sea-run forms while in salt water and shortly after returning to fresh water are silvery with a bluish back, yellowish lower flanks and fins, and display sparse spots. Cutthroats usually display distinctive red, pink, or orange linear marks along the undersides of their mandibles in the lower folds of the gill plates. These markings are responsible for the common name \"cutthroat\" given to the trout by outdoor writer Charles Hallock in an 1884 article in The American Angler., although the red slashes are not unique to the cutthroat trout and some coastal rainbow trout and redband trout also display throat slashes. The sea-run forms of coastal cutthroat average 2 to 5 lb (0.9 to 2.3 kg), while stream-resident forms attain much smaller sizes 0.4 to 3.2 oz (11 to 91 g). Range: The native range of the coastal cutthroat trout extends south from the southern coastline of the Kenai Peninsula in Alaska to the Eel River in Northern California. Coastal cutthroat trout are resident in tributary streams and rivers of the Pacific basin and are rarely found more than 100 miles (160 km) from the ocean. Semi-anadromous, stream resident, fluvial and lake resident forms exist. The great majority of coastal cutthroat trout habitat coincides with the belt of Pacific coast coniferous rainforest that extends from Alaska southward into Northern California.""" ; dc:source """https://en.wikipedia.org/wiki/Coastal_cutthroat_trout, accessed 2021-06-18 https://www.wikidata.org/wiki/Q5138345, accessed 2021-06-18""" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000653 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """O. c. clarkii Onchorhynchus c. clarkii sea-run cutthroat trout blueback trout harvest trout""" ; dc:source """https://en.wikipedia.org/wiki/Coastal_cutthroat_trout, accessed 2021-06-18 https://www.wikidata.org/wiki/Q5138345, accessed 2021-06-18""" ] . ### http://purl.dataone.org/odo/SALMON_00000656 odo:SALMON_00000656 rdf:type owl:Class ; dc:creator ; dc:date "2021-06-16T22:33:55Z"^^xsd:dateTime ; rdfs:comment "Class intended to facilitate search by \"dataset type\"" ; rdfs:label "Dataset type"@en . ### http://purl.dataone.org/odo/SALMON_00000657 odo:SALMON_00000657 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000656 ; dc:creator ; dc:date "2021-06-16T22:33:58Z"^^xsd:dateTime ; rdfs:label "Brood table"@en ; skos:altLabel "run reconstruction" ; skos:definition "Brood tables, also called run reconstructions, utilize annual estimates of the total run (commercial catch plus escapement), and samples of ages, to estimate the number of recruits per age class. These data are useful for salmon biologists to understand salmon productivity and salmon life histories." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000657 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "Brood tables, also called run reconstructions, utilize annual estimates of the total run (commercial catch plus escapement), and samples of ages, to estimate the number of recruits per age class. These data are useful for salmon biologists to understand salmon productivity and salmon life histories." ; dc:source "https://nceas.github.io/sasap-training/materials/reproducible_research_in_r_fairbanks/example-brood-table-analysis.html, accessed 2021-06-16" ] . ### http://purl.dataone.org/odo/SALMON_00000658 odo:SALMON_00000658 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000167 ; dc:creator ; dc:date "2021-06-16T22:45:21Z"^^xsd:dateTime ; rdfs:label "Fish weight measurement type"@en ; skos:altLabel """fish weight weight of fish fish mass mass of fish""" . ### http://purl.dataone.org/odo/SALMON_00000659 odo:SALMON_00000659 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000683 ; dc:creator ; dc:date "2021-06-16T22:53:55Z"^^xsd:dateTime ; rdfs:label "Wet weight"@en ; skos:definition "The weight of a fish, typically taken when the specimen is still alive or freshly deceased, but before being frozen or further processed." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000659 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The weight of a fish, typically taken when the specimen is still alive or freshly deceased, but before being frozen or further processed." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000660 odo:SALMON_00000660 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000683 ; dc:creator ; dc:date "2021-06-16T22:54:03Z"^^xsd:dateTime ; rdfs:label "Frozen weight"@en ; skos:definition "The weight of a fish, taken after the specimen has been frozen." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000660 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The weight of a fish, taken after the specimen has been frozen." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000661 odo:SALMON_00000661 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000683 ; dc:creator ; dc:date "2021-06-16T22:57:49Z"^^xsd:dateTime ; rdfs:label "Standard weight"@en ; skos:definition "The typical or expected weight at a given total length for a specific species of fish. Most standard weight equations are for freshwater fish species." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000661 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The typical or expected weight at a given total length for a specific species of fish. Most standard weight equations are for freshwater fish species." ; dc:source """https://en.wikipedia.org/wiki/Standard_weight_in_fish, accessed 2021-06-16 https://www.wikidata.org/wiki/Q7598325, accessed 2021-06-16""" ] . ### http://purl.dataone.org/odo/SALMON_00000662 odo:SALMON_00000662 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000187 ; dc:creator ; dc:date "2021-06-17T16:11:34Z"^^xsd:dateTime ; dc:description "For example, salmon of age class 2 include all individuals in a population of interest that are two years old." ; rdfs:label "Age class"@en ; skos:definition "A group of individuals of the same species that have the same age." . ### http://purl.dataone.org/odo/SALMON_00000663 odo:SALMON_00000663 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000781 ; dc:creator ; dc:date "2021-06-17T16:16:10Z"^^xsd:dateTime ; dc:description "Recruits do not include individuals lost to predation." ; rdfs:label "Total recruit abundance"@en ; skos:definition "The number of salmon which survive to reach legal age and/or size for harvest. Recruits include both individuals that are captured by a fishery and individuals that escape the fishery -- total recruitment is calculated as catch plus escapement." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000663 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of salmon which survive to reach legal age and/or size for harvest. Recruits include both individuals that are captured by a fishery and individuals that escape the fishery -- total recruitment is calculated as catch plus escapement." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000664 odo:SALMON_00000664 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:creator ; dc:date "2021-06-17T16:30:26Z"^^xsd:dateTime ; rdfs:label "Age class 0.x recruits"@en ; skos:definition "Total number of recruits of age class zero." . ### http://purl.dataone.org/odo/SALMON_00000665 odo:SALMON_00000665 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:creator ; dc:date "2021-06-17T16:30:32Z"^^xsd:dateTime ; rdfs:label "Age class 1.x recruits"@en ; skos:definition "Total number of recruits of age class one." . ### http://purl.dataone.org/odo/SALMON_00000666 odo:SALMON_00000666 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:creator ; dc:date "2021-06-17T16:30:43Z"^^xsd:dateTime ; rdfs:label "Age class 2.x recruits"@en ; skos:definition "Total number of recruits of age class two." . ### http://purl.dataone.org/odo/SALMON_00000667 odo:SALMON_00000667 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:creator ; dc:date "2021-06-17T16:30:49Z"^^xsd:dateTime ; rdfs:label "Age class 3.x recruits"@en ; skos:definition "Total number of recruits of age class three." . ### http://purl.dataone.org/odo/SALMON_00000668 odo:SALMON_00000668 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:creator ; dc:date "2021-06-17T16:31:03Z"^^xsd:dateTime ; rdfs:label "Age class 4.x recruits"@en ; skos:definition "Total number of recruits of age class four." . ### http://purl.dataone.org/odo/SALMON_00000669 odo:SALMON_00000669 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:creator ; dc:date "2021-06-17T16:31:10Z"^^xsd:dateTime ; rdfs:label "Age class 5.x recruits"@en ; skos:definition "Total number of recruits of age class five." . ### http://purl.dataone.org/odo/SALMON_00000670 odo:SALMON_00000670 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:creator ; dc:date "2021-06-17T16:31:20Z"^^xsd:dateTime ; rdfs:label "Age class 6.x recruits"@en ; skos:definition "Total number of recruits of age class six." . ### http://purl.dataone.org/odo/SALMON_00000671 odo:SALMON_00000671 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000672 ; dc:creator ; dc:date "2021-06-17T17:12:48Z"^^xsd:dateTime ; rdfs:label "Fish stock code"@en ; skos:definition "A numeric or alphanumeric code, which represents a particular salmon stock and may be recorded in place of a formal scientific or vernacular name." . ### http://purl.dataone.org/odo/SALMON_00000672 odo:SALMON_00000672 rdf:type owl:Class ; dc:creator ; dc:date "2021-06-21T20:12:18Z"^^xsd:dateTime ; rdfs:comment """Identifiers and Codes are differentiated here from their potentially more commonly identifying \"labels\" that would called \"Names\", which are typically expressed more in natural language. In some cases, the distinction between a Station \"Identifier/Code\" and the \"Station Name\" may be ambiguous, or the same label might apply to both.""" ; rdfs:label "Identifiers and Codes"@en ; rdfs:seeAlso """ID Identity""" ; skos:definition "A name that identifies (that is, labels the identity of) either a unique object or a unique class of objects, where the \"object\" of class may be an idea, physical countable object (of class thereof), or physical noncountable substance (or class thereof). The abbreviation ID often refers to identity, identification (the process of identifying), or an identifier (that is, an instance of identification). An identifier may be a word, number, letter, symbol, or any combination of those." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000672 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A name that identifies (that is, labels the identity of) either a unique object or a unique class of objects, where the \"object\" of class may be an idea, physical countable object (of class thereof), or physical noncountable substance (or class thereof). The abbreviation ID often refers to identity, identification (the process of identifying), or an identifier (that is, an instance of identification). An identifier may be a word, number, letter, symbol, or any combination of those." ; dc:source """https://en.wikipedia.org/wiki/Identifier, accessed 2021-06-22 https://www.wikidata.org/wiki/Q853614, accessed 2021-06-22""" ] . ### http://purl.dataone.org/odo/SALMON_00000674 odo:SALMON_00000674 rdf:type owl:Class ; dc:creator ; dc:date "2021-06-21T20:16:55Z"^^xsd:dateTime ; rdfs:label "Fish stock name"@en . ### http://purl.dataone.org/odo/SALMON_00000675 odo:SALMON_00000675 rdf:type owl:Class ; dc:creator ; dc:date "2021-06-22T22:50:49Z"^^xsd:dateTime ; rdfs:label "Geospatial information"@en . ### http://purl.dataone.org/odo/SALMON_00000676 odo:SALMON_00000676 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000675 ; dc:creator ; dc:date "2021-06-22T22:50:56Z"^^xsd:dateTime ; rdfs:comment "In geography, location or place are used to denote a region (point, line, or area) on Earth’s surface or elsewhere. The term location generally implies a higher degree of certainty than place, the latter often indicating an entity with an ambiguous boundary, relying more on human or social attributes of place identity and sense of place than on geometry." , """[NEEDS ALIGNMENT] http://purl.obolibrary.org/obo/GAZ_00000448""" ; rdfs:label "Location"@en ; skos:definition "A reference to a position on the Earth, by its name or by its geographical location." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000676 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "In geography, location or place are used to denote a region (point, line, or area) on Earth’s surface or elsewhere. The term location generally implies a higher degree of certainty than place, the latter often indicating an entity with an ambiguous boundary, relying more on human or social attributes of place identity and sense of place than on geometry." ; dc:source "https://en.wikipedia.org/wiki/Location" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000676 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A reference to a position on the Earth, by its name or by its geographical location." ; rdfs:comment """http://purl.obolibrary.org/obo/GAZ_00000448 https://www.washoeschools.net/cms/lib/NV01912265/Centricity/Domain/1141/Five%20Themes%20of%20Geo%20packet%202017.pdf, accessed 2021-06-22""" ] . ### http://purl.dataone.org/odo/SALMON_00000677 odo:SALMON_00000677 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000675 ; dc:creator ; dc:date "2021-06-22T22:51:00Z"^^xsd:dateTime ; dc:description "In geography, location or place are used to denote a region (point, line, or area) on Earth’s surface or elsewhere. The term location generally implies a higher degree of certainty than place, the latter often indicating an entity with an ambiguous boundary, relying more on human or social attributes of place identity and sense of place than on geometry." ; rdfs:label "Place"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000677 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "In geography, location or place are used to denote a region (point, line, or area) on Earth’s surface or elsewhere. The term location generally implies a higher degree of certainty than place, the latter often indicating an entity with an ambiguous boundary, relying more on human or social attributes of place identity and sense of place than on geometry." ; dc:source "https://en.wikipedia.org/wiki/Location" ] . ### http://purl.dataone.org/odo/SALMON_00000678 odo:SALMON_00000678 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000675 ; dc:creator ; dc:date "2021-06-22T22:51:02Z"^^xsd:dateTime ; dc:description "In geography, regions are areas that are broadly divided by physical characteristics (physical geography), human impact characteristics (human geography), and the interaction of humanity and the environment (environmental geography). Geographic regions and sub-regions are mostly described by their imprecisely defined, and sometimes transitory boundaries, except in human geography, where jurisdiction areas such as national borders are defined in law." ; rdfs:label "Region"@en ; skos:definition "A spatial region whose boundaries are typically defined against some material frame of reference (like the earth)." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000678 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "In geography, regions are areas that are broadly divided by physical characteristics (physical geography), human impact characteristics (human geography), and the interaction of humanity and the environment (environmental geography). Geographic regions and sub-regions are mostly described by their imprecisely defined, and sometimes transitory boundaries, except in human geography, where jurisdiction areas such as national borders are defined in law." ; dc:source "https://en.wikipedia.org/wiki/Region" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000678 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A spatial region whose boundaries are typically defined against some material frame of reference (like the earth)." ; dc:source "http://semanticscience.org/resource/SIO_000414" ] . ### http://purl.dataone.org/odo/SALMON_00000679 odo:SALMON_00000679 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000678 ; dc:creator ; dc:date "2021-06-22T22:51:09Z"^^xsd:dateTime ; rdfs:comment "A subregion is a part of a larger region or continent and is usually based on location. Cardinal directions, such as south or sou commonly used to define a subregion." ; rdfs:label "Subregion"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000679 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "A subregion is a part of a larger region or continent and is usually based on location. Cardinal directions, such as south or sou commonly used to define a subregion." ; dc:source "https://en.wikipedia.org/wiki/Subregion" ] . ### http://purl.dataone.org/odo/SALMON_00000680 odo:SALMON_00000680 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000528 ; dc:creator ; dc:date "2021-06-23T17:34:31Z"^^xsd:dateTime ; dc:description "Gum cards are used to mount and label the identity of sampled fish scales." ; rdfs:label "Gum card number"@en ; skos:definition "A numeric value assigned to a scale gum card." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000680 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Gum cards are used to mount and label the identity of sampled fish scales." ; dc:source ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000680 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A numeric value assigned to a scale gum card." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000681 odo:SALMON_00000681 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000672 ; dc:creator ; dc:date "2021-06-23T17:53:09Z"^^xsd:dateTime ; rdfs:label "Age error code"@en ; skos:definition "A numeric or alphanumeric code which represents potential sources of error in determining the age of a fish specimen." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000681 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A numeric or alphanumeric code which represents potential sources of error in determining the age of a fish specimen." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000682 odo:SALMON_00000682 rdf:type owl:Class ; dc:creator ; dc:date "2021-06-23T18:22:30Z"^^xsd:dateTime ; dc:description "The label, acronym, or other preferred way to refer to a Project" ; rdfs:label "Project name"@en . ### http://purl.dataone.org/odo/SALMON_00000683 odo:SALMON_00000683 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000658 ; dc:creator ; dc:date "2021-06-23T18:46:24Z"^^xsd:dateTime ; rdfs:label "Whole fish weight"@en . ### http://purl.dataone.org/odo/SALMON_00000684 odo:SALMON_00000684 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000658 ; dc:creator ; dc:date "2021-06-23T18:46:59Z"^^xsd:dateTime ; rdfs:label "Stomach weight"@en . ### http://purl.dataone.org/odo/SALMON_00000685 odo:SALMON_00000685 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000684 ; dc:creator ; dc:date "2021-06-23T18:47:09Z"^^xsd:dateTime ; rdfs:label "Weight of full stomach"@en ; skos:definition "The weight of a specimen's stomach, taken after the stomach has been dissected from the fish but before being emptied of its contents." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000685 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The weight of a specimen's stomach, taken after the stomach has been dissected from the fish but before being emptied of its contents." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000686 odo:SALMON_00000686 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000684 ; dc:creator ; dc:date "2021-06-23T18:47:15Z"^^xsd:dateTime ; rdfs:label "Weight of empty stomach"@en ; skos:definition "The weight of a specimen's stomach, taken after the stomach has been dissected from the fish and emptied of its contents." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000686 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The weight of a specimen's stomach, taken after the stomach has been dissected from the fish and emptied of its contents." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000687 odo:SALMON_00000687 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000167 ; dc:creator ; dc:date "2021-06-23T18:53:19Z"^^xsd:dateTime ; rdfs:label "Fish parasite measurement type"@en . ### http://purl.dataone.org/odo/SALMON_00000688 odo:SALMON_00000688 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000687 ; dc:creator ; dc:date "2021-06-23T18:54:56Z"^^xsd:dateTime ; dc:description "A sea louse (plural sea lice, not to be confused with sea fleas), is a member of the Caligidae family of copepods (small crustaceans) within the order Siphonostomatoida. The roughly 559 species in 37 genera include around 162 Lepeophtheirus and 268 Caligus species. Sea lice are marine ectoparasites (external parasites) that feed on the mucus, epidermal tissue, and blood of host marine fish." ; rdfs:label "Sea lice count"@en ; skos:definition "The number of sea lice counted on an individual fish." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000688 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "A sea louse (plural sea lice, not to be confused with sea fleas), is a member of the Caligidae family of copepods (small crustaceans) within the order Siphonostomatoida. The roughly 559 species in 37 genera include around 162 Lepeophtheirus and 268 Caligus species. Sea lice are marine ectoparasites (external parasites) that feed on the mucus, epidermal tissue, and blood of host marine fish." ; dc:source """https://en.wikipedia.org/wiki/Sea_louse, accessed 2021-06-23 https://www.wikidata.org/wiki/Q3808922, accessed 2021-06-23""" ] . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000688 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "The number of sea lice counted on an individual fish." ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000691 odo:SALMON_00000691 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:43:45Z"^^xsd:dateTime ; rdfs:label "Age class 0.1 recruits"@en ; skos:definition "Total number of recruits of age class 0.1." . ### http://purl.dataone.org/odo/SALMON_00000692 odo:SALMON_00000692 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:44:37Z"^^xsd:dateTime ; rdfs:label "Age class 0.2 recruits"@en ; skos:definition "Total number of recruits of age class 0.2." . ### http://purl.dataone.org/odo/SALMON_00000693 odo:SALMON_00000693 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:44:58Z"^^xsd:dateTime ; rdfs:label "Age class 0.3 recruits"@en ; skos:definition "Total number of recruits of age class 0.3." . ### http://purl.dataone.org/odo/SALMON_00000694 odo:SALMON_00000694 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:45:17Z"^^xsd:dateTime ; rdfs:label "Age class 0.4 recruits"@en ; skos:definition "Total number of recruits of age class 0.4." . ### http://purl.dataone.org/odo/SALMON_00000695 odo:SALMON_00000695 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:45:39Z"^^xsd:dateTime ; rdfs:label "Age class 0.5 recruits"@en ; skos:definition "Total number of recruits of age class 0.5." . ### http://purl.dataone.org/odo/SALMON_00000696 odo:SALMON_00000696 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:46:02Z"^^xsd:dateTime ; rdfs:label "Age class 1.1 recruits"@en ; skos:definition "Total number of recruits of age class 1.1." . ### http://purl.dataone.org/odo/SALMON_00000697 odo:SALMON_00000697 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:46:25Z"^^xsd:dateTime ; rdfs:label "Age class 1.2 recruits"@en ; skos:definition "Total number of recruits of age class 1.2." . ### http://purl.dataone.org/odo/SALMON_00000698 odo:SALMON_00000698 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:46:55Z"^^xsd:dateTime ; rdfs:label "Age class 1.3 recruits"@en ; skos:definition "Total number of recruits of age class 1.3." . ### http://purl.dataone.org/odo/SALMON_00000699 odo:SALMON_00000699 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:47:12Z"^^xsd:dateTime ; rdfs:label "Age class 1.4 recruits"@en ; skos:definition "Total number of recruits of age class 1.4." . ### http://purl.dataone.org/odo/SALMON_00000700 odo:SALMON_00000700 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:47:26Z"^^xsd:dateTime ; rdfs:label "Age class 1.5 recruits"@en ; skos:definition "Total number of recruits of age class 1.5." . ### http://purl.dataone.org/odo/SALMON_00000701 odo:SALMON_00000701 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:47:36Z"^^xsd:dateTime ; rdfs:label "Age class 1.6 recruits"@en ; skos:definition "Total number of recruits of age class 1.6." . ### http://purl.dataone.org/odo/SALMON_00000702 odo:SALMON_00000702 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:47:48Z"^^xsd:dateTime ; rdfs:label "Age class 1.7 recruits"@en ; skos:definition "Total number of recruits of age class 1.7." . ### http://purl.dataone.org/odo/SALMON_00000703 odo:SALMON_00000703 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:48:00Z"^^xsd:dateTime ; rdfs:label "Age class 1.8 recruits"@en ; skos:definition "Total number of recruits of age class 1.8." . ### http://purl.dataone.org/odo/SALMON_00000704 odo:SALMON_00000704 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000665 ; dc:creator ; dc:date "2021-07-15T18:48:13Z"^^xsd:dateTime ; rdfs:label "Age class 1.9 recruits"@en ; skos:definition "Total number of recruits of age class 1.9." . ### http://purl.dataone.org/odo/SALMON_00000705 odo:SALMON_00000705 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:48:30Z"^^xsd:dateTime ; rdfs:label "Age class 0.6 recruits"@en ; skos:definition "Total number of recruits of age class 0.6." . ### http://purl.dataone.org/odo/SALMON_00000706 odo:SALMON_00000706 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:48:49Z"^^xsd:dateTime ; rdfs:label "Age class 0.7 recruits"@en ; skos:definition "Total number of recruits of age class 0.7." . ### http://purl.dataone.org/odo/SALMON_00000707 odo:SALMON_00000707 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:49:01Z"^^xsd:dateTime ; rdfs:label "Age class 0.8 recruits"@en ; skos:definition "Total number of recruits of age class 0.8." . ### http://purl.dataone.org/odo/SALMON_00000708 odo:SALMON_00000708 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000664 ; dc:creator ; dc:date "2021-07-15T18:49:12Z"^^xsd:dateTime ; rdfs:label "Age class 0.9 recruits"@en ; skos:definition "Total number of recruits of age class 0.9." . ### http://purl.dataone.org/odo/SALMON_00000709 odo:SALMON_00000709 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:49:46Z"^^xsd:dateTime ; rdfs:label "Age class 2.1 recruits"@en ; skos:definition "Total number of recruits of age class 2.1." . ### http://purl.dataone.org/odo/SALMON_00000710 odo:SALMON_00000710 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:49:54Z"^^xsd:dateTime ; rdfs:label "Age class 2.2 recruits"@en ; skos:definition "Total number of recruits of age class 2.2." . ### http://purl.dataone.org/odo/SALMON_00000711 odo:SALMON_00000711 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:50:00Z"^^xsd:dateTime ; rdfs:label "Age class 2.3 recruits"@en ; skos:definition "Total number of recruits of age class 2.3." . ### http://purl.dataone.org/odo/SALMON_00000712 odo:SALMON_00000712 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:50:08Z"^^xsd:dateTime ; rdfs:label "Age class 2.4 recruits"@en ; skos:definition "Total number of recruits of age class 2.4." . ### http://purl.dataone.org/odo/SALMON_00000713 odo:SALMON_00000713 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:50:22Z"^^xsd:dateTime ; rdfs:label "Age class 2.5 recruits"@en ; skos:definition "Total number of recruits of age class 2.5." . ### http://purl.dataone.org/odo/SALMON_00000714 odo:SALMON_00000714 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:50:27Z"^^xsd:dateTime ; rdfs:label "Age class 2.6 recruits"@en ; skos:definition "Total number of recruits of age class 2.6." . ### http://purl.dataone.org/odo/SALMON_00000715 odo:SALMON_00000715 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:50:32Z"^^xsd:dateTime ; rdfs:label "Age class 2.7 recruits"@en ; skos:definition "Total number of recruits of age class 2.7." . ### http://purl.dataone.org/odo/SALMON_00000716 odo:SALMON_00000716 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:50:39Z"^^xsd:dateTime ; rdfs:label "Age class 2.8 recruits"@en ; skos:definition "Total number of recruits of age class 2.8." . ### http://purl.dataone.org/odo/SALMON_00000717 odo:SALMON_00000717 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000666 ; dc:creator ; dc:date "2021-07-15T18:50:43Z"^^xsd:dateTime ; rdfs:label "Age class 2.9 recruits"@en ; skos:definition "Total number of recruits of age class 2.9." . ### http://purl.dataone.org/odo/SALMON_00000718 odo:SALMON_00000718 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:51:54Z"^^xsd:dateTime ; rdfs:label "Age class 3.1 recruits"@en ; skos:definition "Total number of recruits of age class 3.1." . ### http://purl.dataone.org/odo/SALMON_00000719 odo:SALMON_00000719 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:52:05Z"^^xsd:dateTime ; rdfs:label "Age class 3.2 recruits"@en ; skos:definition "Total number of recruits of age class 3.2." . ### http://purl.dataone.org/odo/SALMON_00000720 odo:SALMON_00000720 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:52:09Z"^^xsd:dateTime ; rdfs:label "Age class 3.3 recruits"@en ; skos:definition "Total number of recruits of age class 3.3." . ### http://purl.dataone.org/odo/SALMON_00000721 odo:SALMON_00000721 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:52:16Z"^^xsd:dateTime ; rdfs:label "Age class 3.4 recruits"@en ; skos:definition "Total number of recruits of age class 3.4." . ### http://purl.dataone.org/odo/SALMON_00000722 odo:SALMON_00000722 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:52:22Z"^^xsd:dateTime ; rdfs:label "Age class 3.5 recruits"@en ; skos:definition "Total number of recruits of age class 3.5." . ### http://purl.dataone.org/odo/SALMON_00000723 odo:SALMON_00000723 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:52:26Z"^^xsd:dateTime ; rdfs:label "Age class 3.6 recruits"@en ; skos:definition "Total number of recruits of age class 3.6." . ### http://purl.dataone.org/odo/SALMON_00000724 odo:SALMON_00000724 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:52:32Z"^^xsd:dateTime ; rdfs:label "Age class 3.7 recruits"@en ; skos:definition "Total number of recruits of age class 3.7." . ### http://purl.dataone.org/odo/SALMON_00000725 odo:SALMON_00000725 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:52:37Z"^^xsd:dateTime ; rdfs:label "Age class 3.8 recruits"@en ; skos:definition "Total number of recruits of age class 3.8." . ### http://purl.dataone.org/odo/SALMON_00000726 odo:SALMON_00000726 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000667 ; dc:creator ; dc:date "2021-07-15T18:52:44Z"^^xsd:dateTime ; rdfs:label "Age class 3.9 recruits"@en ; skos:definition "Total number of recruits of age class 3.9." . ### http://purl.dataone.org/odo/SALMON_00000727 odo:SALMON_00000727 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:02Z"^^xsd:dateTime ; rdfs:label "Age class 4.1 recruits"@en ; skos:definition "Total number of recruits of age class 4.1." . ### http://purl.dataone.org/odo/SALMON_00000728 odo:SALMON_00000728 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:08Z"^^xsd:dateTime ; rdfs:label "Age class 4.2 recruits"@en ; skos:definition "Total number of recruits of age class 4.2." . ### http://purl.dataone.org/odo/SALMON_00000729 odo:SALMON_00000729 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:15Z"^^xsd:dateTime ; rdfs:label "Age class 4.3 recruits"@en ; skos:definition "Total number of recruits of age class 4.3." . ### http://purl.dataone.org/odo/SALMON_00000730 odo:SALMON_00000730 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:20Z"^^xsd:dateTime ; rdfs:label "Age class 4.4 recruits"@en ; skos:definition "Total number of recruits of age class 4.4." . ### http://purl.dataone.org/odo/SALMON_00000731 odo:SALMON_00000731 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:24Z"^^xsd:dateTime ; rdfs:label "Age class 4.5 recruits"@en ; skos:definition "Total number of recruits of age class 4.5." . ### http://purl.dataone.org/odo/SALMON_00000732 odo:SALMON_00000732 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:29Z"^^xsd:dateTime ; rdfs:label "Age class 4.6 recruits"@en ; skos:definition "Total number of recruits of age class 4.6." . ### http://purl.dataone.org/odo/SALMON_00000733 odo:SALMON_00000733 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:35Z"^^xsd:dateTime ; rdfs:label "Age class 4.7 recruits"@en ; skos:definition "Total number of recruits of age class 4.7." . ### http://purl.dataone.org/odo/SALMON_00000734 odo:SALMON_00000734 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:40Z"^^xsd:dateTime ; rdfs:label "Age class 4.8 recruits"@en ; skos:definition "Total number of recruits of age class 4.8." . ### http://purl.dataone.org/odo/SALMON_00000735 odo:SALMON_00000735 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000668 ; dc:creator ; dc:date "2021-07-15T18:54:45Z"^^xsd:dateTime ; rdfs:label "Age class 4.9 recruits"@en ; skos:definition "Total number of recruits of age class 4.9." . ### http://purl.dataone.org/odo/SALMON_00000736 odo:SALMON_00000736 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:55:44Z"^^xsd:dateTime ; rdfs:label "Age class 5.1 recruits"@en ; skos:definition "Total number of recruits of age class 5.1." . ### http://purl.dataone.org/odo/SALMON_00000737 odo:SALMON_00000737 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:55:50Z"^^xsd:dateTime ; rdfs:label "Age class 5.2 recruits"@en ; skos:definition "Total number of recruits of age class 5.2." . ### http://purl.dataone.org/odo/SALMON_00000738 odo:SALMON_00000738 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:55:54Z"^^xsd:dateTime ; rdfs:label "Age class 5.3 recruits"@en ; skos:definition "Total number of recruits of age class 5.3." . ### http://purl.dataone.org/odo/SALMON_00000739 odo:SALMON_00000739 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:56:01Z"^^xsd:dateTime ; rdfs:label "Age class 5.4 recruits"@en ; skos:definition "Total number of recruits of age class 5.4." . ### http://purl.dataone.org/odo/SALMON_00000740 odo:SALMON_00000740 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:56:07Z"^^xsd:dateTime ; rdfs:label "Age class 5.6 recruits"@en ; skos:definition "Total number of recruits of age class 5.6." . ### http://purl.dataone.org/odo/SALMON_00000741 odo:SALMON_00000741 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:56:12Z"^^xsd:dateTime ; rdfs:label "Age class 5.7 recruits"@en ; skos:definition "Total number of recruits of age class 5.7." . ### http://purl.dataone.org/odo/SALMON_00000742 odo:SALMON_00000742 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:56:21Z"^^xsd:dateTime ; rdfs:label "Age class 5.8 recruits"@en ; skos:definition "Total number of recruits of age class 5.8." . ### http://purl.dataone.org/odo/SALMON_00000743 odo:SALMON_00000743 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:56:26Z"^^xsd:dateTime ; rdfs:label "Age class 5.9 recruits"@en ; skos:definition "Total number of recruits of age class 5.9." . ### http://purl.dataone.org/odo/SALMON_00000744 odo:SALMON_00000744 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000669 ; dc:creator ; dc:date "2021-07-15T18:57:19Z"^^xsd:dateTime ; rdfs:label "Age class 5.5 recruits"@en ; skos:definition "Total number of recruits of age class 5.5." . ### http://purl.dataone.org/odo/SALMON_00000745 odo:SALMON_00000745 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:57:39Z"^^xsd:dateTime ; rdfs:label "Age class 6.1 recruits"@en ; skos:definition "Total number of recruits of age class 6.1." . ### http://purl.dataone.org/odo/SALMON_00000746 odo:SALMON_00000746 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:57:46Z"^^xsd:dateTime ; rdfs:label "Age class 6.2 recruits"@en ; skos:definition "Total number of recruits of age class 6.2." . ### http://purl.dataone.org/odo/SALMON_00000747 odo:SALMON_00000747 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:57:51Z"^^xsd:dateTime ; rdfs:label "Age class 6.3 recruits"@en ; skos:definition "Total number of recruits of age class 6.3." . ### http://purl.dataone.org/odo/SALMON_00000748 odo:SALMON_00000748 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:57:59Z"^^xsd:dateTime ; rdfs:label "Age class 6.4 recruits"@en ; skos:definition "Total number of recruits of age class 6.4." . ### http://purl.dataone.org/odo/SALMON_00000749 odo:SALMON_00000749 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:58:05Z"^^xsd:dateTime ; rdfs:label "Age class 6.5 recruits"@en ; skos:definition "Total number of recruits of age class 6.5." . ### http://purl.dataone.org/odo/SALMON_00000750 odo:SALMON_00000750 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:58:10Z"^^xsd:dateTime ; rdfs:label "Age class 6.6 recruits"@en ; skos:definition "Total number of recruits of age class 6.6." . ### http://purl.dataone.org/odo/SALMON_00000751 odo:SALMON_00000751 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:58:16Z"^^xsd:dateTime ; rdfs:label "Age class 6.7 recruits"@en ; skos:definition "Total number of recruits of age class 6.7." . ### http://purl.dataone.org/odo/SALMON_00000752 odo:SALMON_00000752 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:58:23Z"^^xsd:dateTime ; rdfs:label "Age class 6.8 recruits"@en ; skos:definition "Total number of recruits of age class 6.8." . ### http://purl.dataone.org/odo/SALMON_00000753 odo:SALMON_00000753 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000670 ; dc:creator ; dc:date "2021-07-15T18:58:29Z"^^xsd:dateTime ; rdfs:label "Age class 6.9 recruits"@en ; skos:definition "Total number of recruits of age class 6.9." . ### http://purl.dataone.org/odo/SALMON_00000754 odo:SALMON_00000754 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:identifier "Total number of recruits of age class 7" ; rdfs:label "Age class 7.x recruits" . ### http://purl.dataone.org/odo/SALMON_00000755 odo:SALMON_00000755 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000855 ; dc:description "Total number of recruits of age class 8" ; rdfs:label "Age class 8.x recruits" . ### http://purl.dataone.org/odo/SALMON_00000756 odo:SALMON_00000756 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:34:44Z"^^xsd:dateTime ; rdfs:label "Age class 7.1 recruits"@en ; skos:definition "Total number of recruits of age class 7.1." . ### http://purl.dataone.org/odo/SALMON_00000757 odo:SALMON_00000757 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:34:51Z"^^xsd:dateTime ; rdfs:label "Age class 7.2 recruits"@en ; skos:definition "Total number of recruits of age class 7.2." . ### http://purl.dataone.org/odo/SALMON_00000758 odo:SALMON_00000758 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:35:00Z"^^xsd:dateTime ; rdfs:label "Age class 7.3 recruits"@en ; skos:definition "Total number of recruits of age class 7.3." . ### http://purl.dataone.org/odo/SALMON_00000759 odo:SALMON_00000759 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:35:09Z"^^xsd:dateTime ; rdfs:label "Age class 7.4 recruits"@en ; skos:definition "Total number of recruits of age class 7.4." . ### http://purl.dataone.org/odo/SALMON_00000760 odo:SALMON_00000760 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:35:15Z"^^xsd:dateTime ; rdfs:label "Age class 7.5 recruits"@en ; skos:definition "Total number of recruits of age class 7.5." . ### http://purl.dataone.org/odo/SALMON_00000761 odo:SALMON_00000761 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:35:23Z"^^xsd:dateTime ; rdfs:label "Age class 7.6 recruits"@en ; skos:definition "Total number of recruits of age class 7.6." . ### http://purl.dataone.org/odo/SALMON_00000762 odo:SALMON_00000762 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:35:30Z"^^xsd:dateTime ; rdfs:label "Age class 7.7 recruits"@en ; skos:definition "Total number of recruits of age class 7.7." . ### http://purl.dataone.org/odo/SALMON_00000763 odo:SALMON_00000763 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:35:36Z"^^xsd:dateTime ; rdfs:label "Age class 7.8 recruits"@en ; skos:definition "Total number of recruits of age class 7.8." . ### http://purl.dataone.org/odo/SALMON_00000764 odo:SALMON_00000764 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000754 ; dc:creator ; dc:date "2021-07-15T19:35:42Z"^^xsd:dateTime ; rdfs:label "Age class 7.9 recruits"@en ; skos:definition "Total number of recruits of age class 7.9." . ### http://purl.dataone.org/odo/SALMON_00000765 odo:SALMON_00000765 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:35:56Z"^^xsd:dateTime ; rdfs:label "Age class 8.1 recruits"@en ; skos:definition "Total number of recruits of age class 8.1." . ### http://purl.dataone.org/odo/SALMON_00000766 odo:SALMON_00000766 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:36:04Z"^^xsd:dateTime ; rdfs:label "Age class 8.2 recruits"@en ; skos:definition "Total number of recruits of age class 8.2." . ### http://purl.dataone.org/odo/SALMON_00000767 odo:SALMON_00000767 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:36:09Z"^^xsd:dateTime ; rdfs:label "Age class 8.3 recruits"@en ; skos:definition "Total number of recruits of age class 8.3." . ### http://purl.dataone.org/odo/SALMON_00000768 odo:SALMON_00000768 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:36:14Z"^^xsd:dateTime ; rdfs:label "Age class 8.4 recruits"@en ; skos:definition "Total number of recruits of age class 8.4." . ### http://purl.dataone.org/odo/SALMON_00000769 odo:SALMON_00000769 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:36:20Z"^^xsd:dateTime ; rdfs:label "Age class 8.5 recruits"@en ; skos:definition "Total number of recruits of age class 8.5." . ### http://purl.dataone.org/odo/SALMON_00000770 odo:SALMON_00000770 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:36:25Z"^^xsd:dateTime ; rdfs:label "Age class 8.6 recruits"@en ; skos:definition "Total number of recruits of age class 8.6." . ### http://purl.dataone.org/odo/SALMON_00000771 odo:SALMON_00000771 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:36:34Z"^^xsd:dateTime ; rdfs:label "Age class 8.7 recruits"@en ; skos:definition "Total number of recruits of age class 8.7." . ### http://purl.dataone.org/odo/SALMON_00000772 odo:SALMON_00000772 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:36:40Z"^^xsd:dateTime ; rdfs:label "Age class 8.8 recruits"@en ; skos:definition "Total number of recruits of age class 8.8." . ### http://purl.dataone.org/odo/SALMON_00000773 odo:SALMON_00000773 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000755 ; dc:creator ; dc:date "2021-07-15T19:36:45Z"^^xsd:dateTime ; rdfs:label "Age class 8.9 recruits"@en ; skos:definition "Total number of recruits of age class 8.9." . ### http://purl.dataone.org/odo/SALMON_00000776 odo:SALMON_00000776 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000484 ; dc:creator ; dc:date "2021-07-16T19:32:02Z"^^xsd:dateTime ; rdfs:label "Fish weight proxy measurement type"@en . ### http://purl.dataone.org/odo/SALMON_00000777 odo:SALMON_00000777 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000776 ; dc:creator ; dc:date "2021-07-16T19:32:26Z"^^xsd:dateTime ; rdfs:label "Girth of fish"@en ; skos:definition "A measurement taken around the thickest portion of the midsection of a fish." . ### http://purl.dataone.org/odo/SALMON_00000778 odo:SALMON_00000778 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000182 ; dc:creator ; dc:date "2021-07-16T19:37:18Z"^^xsd:dateTime ; rdfs:label "Fish weight determination method"@en . ### http://purl.dataone.org/odo/SALMON_00000779 odo:SALMON_00000779 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000778 ; dc:creator ; dc:date "2021-07-16T19:37:41Z"^^xsd:dateTime ; rdfs:label "Measuring the girth of a fish"@en ; skos:definition "A method which is used to approximate the total weight of a fish and which involves wrapping a cloth tape measure perpendicular to the longitudinal axis of the fish to measure its circumference at the thickest point." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000779 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A method which is used to approximate the total weight of a fish and which involves wrapping a cloth tape measure perpendicular to the longitudinal axis of the fish to measure its circumference at the thickest point." ; oboInOwl:hasDbXref "https://www.adfg.alaska.gov/FedAidPDFs/fds06-70.pdf, accessed 2021-07-16" ] . ### http://purl.dataone.org/odo/SALMON_00000780 odo:SALMON_00000780 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000572 ; dc:creator ; dc:date "2021-07-19T20:55:57Z"^^xsd:dateTime ; rdfs:label "AWC water body code"@en ; skos:altLabel """Anadromous Waters Catalog water body code State of Alaska's Anadromous Waters Stream Catalog""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000780 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Anadromous Waters Catalog water body code State of Alaska's Anadromous Waters Stream Catalog""" ; dc:source ] . ### http://purl.dataone.org/odo/SALMON_00000781 odo:SALMON_00000781 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000504 ; dc:creator ; dc:date "2021-07-20T21:55:15Z"^^xsd:dateTime ; rdfs:label "Recruit abundance"@en . ### http://purl.dataone.org/odo/SALMON_00000782 odo:SALMON_00000782 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000781 ; dc:creator ; dc:date "2021-07-20T21:55:30Z"^^xsd:dateTime ; rdfs:comment "A count or other estimate of the number of fish returning to a breeding site from a spawning individual." ; rdfs:label "Recruits per spawner"@en . ### http://purl.dataone.org/odo/SALMON_00000783 odo:SALMON_00000783 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000491 ; dc:creator ; dc:date "2022-06-10T21:46:57Z"^^xsd:dateTime ; rdfs:comment "Estimates of number of fish caught based on some subsistence harvest" ; rdfs:label "Subsistence fishery harvest count"@en . ### http://purl.dataone.org/odo/SALMON_00000785 odo:SALMON_00000785 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000491 ; dc:creator ; dc:date "2022-06-10T21:46:57Z"^^xsd:dateTime ; rdfs:comment "Estimates of number of fish caught based on some sport harvest" ; rdfs:label "Sport fishery harvest count"@en . ### http://purl.dataone.org/odo/SALMON_00000805 odo:SALMON_00000805 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-07-22T02:55:24Z"^^xsd:dateTime ; dc:description "Jacks are precocial male salmon that have spent one winter less in the ocean than the youngest females of a given species. Because they are younger, jack salmon are smaller than other age classes of conspecifics. Coho jacks return to spawn the same year they smolted and so are particularly small. Jack coloration can differ from that of older adults. Jacks are able to successfully sneak-spawn in spite of efforts by the female and occasionally the other males." ; rdfs:label "Jack"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000805 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "Jacks are precocial male salmon that have spent one winter less in the ocean than the youngest females of a given species. Because they are younger, jack salmon are smaller than other age classes of conspecifics. Coho jacks return to spawn the same year they smolted and so are particularly small. Jack coloration can differ from that of older adults. Jacks are able to successfully sneak-spawn in spite of efforts by the female and occasionally the other males." ; dc:source "https://www.salmonography.com/Salmonid-Topic/Jack-Salmon/" ] . ### http://purl.dataone.org/odo/SALMON_00000806 odo:SALMON_00000806 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000401 ; dc:creator ; dc:date "2021-07-22T02:58:24Z"^^xsd:dateTime ; dc:description "a young Atlantic salmon returning to its native river to spawn for the first time after one winter at sea" ; rdfs:label "Grilse"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000806 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "a young Atlantic salmon returning to its native river to spawn for the first time after one winter at sea" ; dc:source "https://www.merriam-webster.com/dictionary/grilse" ] . ### http://purl.dataone.org/odo/SALMON_00000807 odo:SALMON_00000807 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000137 ; dc:creator ; dc:date "2021-07-22T05:52:51Z"^^xsd:dateTime ; dc:description "Labour-intensive fisheries using relatively small crafts (if any) and little capital and equipment per person-on-board. Most often family-owned. May be commercial or for subsistence (see below). Usually low fuel consumption. Often equated with artisanal fisheries." ; dc:source "http://www.oceansatlas.org/subtopic/en/c/1303/" ; rdfs:label "Small-scale fishery"@en . ### http://purl.dataone.org/odo/SALMON_00000808 odo:SALMON_00000808 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000137 ; dc:creator ; dc:date "2021-07-22T05:53:20Z"^^xsd:dateTime ; dc:description "Capital-intensive fisheries using relatively large vessels with a high degree of mechanization and that normally have advanced fish finding and navigational equipment. Such fisheries have a high production capacity and the catch per unit effort is normally relatively high. In some areas of the world, the term \"industrial fisheries\" is synonymous with fisheries for species that are used for reduction to fishmeal and fish oil (e.g. the trawl fishery for sandeel in the North Sea or the Peruvian ourse-seine fishery for anchoveta)." ; dc:source "http://www.oceansatlas.org/subtopic/en/c/1303/" ; rdfs:label "Industrial Fishery"@en . ### http://purl.dataone.org/odo/SALMON_00000809 odo:SALMON_00000809 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000137 ; dc:creator ; dc:date "2021-07-22T05:57:23Z"^^xsd:dateTime ; dc:description "Fisheries established long ago, usually by specific communities that have developed customary patterns of rules and operations. Traditional fisheries reflect cultural traits and attitudes and may be strongly influenced by religious practices or social customs. Knowledge is transmitted between generations by word of mouth. They are usually small-scale and/or artisanal." ; dc:source "http://www.oceansatlas.org/subtopic/en/c/1303/" ; rdfs:label "Traditional fishery"@en . ### http://purl.dataone.org/odo/SALMON_00000810 odo:SALMON_00000810 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000137 ; dc:creator ; dc:date "2021-07-22T05:58:02Z"^^xsd:dateTime ; dc:description "Typically traditional fisheries involving fishing households (as opposed to commercial companies), using relatively small amount of capital, relatively small fishing vessels, making short fishing trips, close to shore, mainly for local consumption. In practice, definition varies between countries, e.g. from hand-collection on the beach or a one-person canoe in poor developing countries, to more than 20 m. trawlers, seiners, or long-liners over 20m in developed countries. Artisanal fisheries can be subsistence or commercial fisheries, providing for local consumption or export. Sometimes referred to as small-scale fisheries In general, though by no means always, using relatively low level technology. Artisanal and industrial fisheries frequently target the same resources that may give rise to conflict." ; dc:source "http://www.oceansatlas.org/subtopic/en/c/1303/" ; rdfs:label "Artisanal fishery"@en . ### http://purl.dataone.org/odo/SALMON_00000827 odo:SALMON_00000827 rdf:type owl:Class ; owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty odo:SALMON_00000828 ; owl:someValuesFrom odo:SALMON_00000829 ] ; dc:creator ; dc:date "2021-08-12T01:31:25Z"^^xsd:dateTime ; dc:description """Instances of this Class contain one or more occurrence records, and may contain other information associated with those occurrences. \"Occurrence\" is used here in the sense of its Darwin Core definition: \"An existence of an Organism (sensu http://rs.tdwg.org/dwc/terms/Organism) at a particular place at a particular time.\"""" ; oboInOwl:hasDbXref "http://rs.tdwg.org/dwc/terms/Occurrence" ; rdfs:label "Occurrence record(s)"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000827 ; owl:annotatedProperty oboInOwl:hasDbXref ; owl:annotatedTarget "http://rs.tdwg.org/dwc/terms/Occurrence" ; rdfs:comment "\"hasDbXref' is used here to indicate the equivalence of this Class with its usage in a Darwin Core context" ] . ### http://purl.dataone.org/odo/SALMON_00000829 odo:SALMON_00000829 rdf:type owl:Class ; dc:creator ; dc:date "2021-08-12T17:29:30Z"^^xsd:dateTime ; rdfs:label "Organism name or identifier"@en . ### http://purl.dataone.org/odo/SALMON_00000830 odo:SALMON_00000830 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000675 ; dc:creator ; dc:date "2021-08-12T20:54:42Z"^^xsd:dateTime ; rdfs:label "Geocoordinates"@en . ### http://purl.dataone.org/odo/SALMON_00000840 odo:SALMON_00000840 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; rdfs:label "Dog salmon"@en ; skos:exactMatch odo:SALMON_00000461 . ### http://purl.dataone.org/odo/SALMON_00000845 odo:SALMON_00000845 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-10-07T01:05:10Z"^^xsd:dateTime ; rdfs:label "King salmon"@en ; skos:exactMatch odo:SALMON_00000464 . ### http://purl.dataone.org/odo/SALMON_00000846 odo:SALMON_00000846 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-10-07T01:15:21Z"^^xsd:dateTime ; rdfs:label "Silver salmon"@en ; skos:exactMatch odo:SALMON_00000462 . ### http://purl.dataone.org/odo/SALMON_00000847 odo:SALMON_00000847 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2021-10-07T01:18:28Z"^^xsd:dateTime ; rdfs:label "Humpback salmon"@en ; skos:exactMatch odo:SALMON_00000460 . ### http://purl.dataone.org/odo/SALMON_00000855 odo:SALMON_00000855 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000663 ; dc:creator ; dc:date "2021-12-09T20:48:48Z"^^xsd:dateTime ; rdfs:label "European system Age designation recruits"@en . ### http://purl.dataone.org/odo/SALMON_00000856 odo:SALMON_00000856 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000662 ; dc:creator ; dc:date "2021-12-09T20:51:19Z"^^xsd:dateTime ; rdfs:comment """The European Age System Designation is based on a count of Freshwater (FW) and Saltwater (SW) Annuli in recruit otoliths, represented as \"number of FW annuli\" \".\" \"number of SW annuli\", e.g \"1.4\" indicating 1 FW annulus and 4 SW annuli. Some interpret the \"Total Age\" of a recruit with an \"Age designation= 0.0\" as a 1-year old salmon, while others interpret \"Total Age\" as a 0-year old salmon. That is, in some cases \"Total Age\" might be reported FW+SW+1, while in other cases it would simply be FW+SW: 1.3=total age of 4, or 5 years 2.3=total age of 5, or 6 years""" ; rdfs:label "European System Age Designation"@en . ### http://purl.dataone.org/odo/SALMON_00000878 odo:SALMON_00000878 rdf:type owl:Class ; dc:creator ; dc:date "2022-01-27T20:37:47Z"^^xsd:dateTime ; rdfs:label "Places and Locations"@en . ### http://purl.dataone.org/odo/SALMON_00000882 odo:SALMON_00000882 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000488 ; dc:creator ; dc:date "2022-02-03T22:54:57Z"^^xsd:dateTime ; rdfs:comment "Used to designate that some individual or individuals in a group of organisms possessed functional qualities of more than one gender \"sequentially\", i.e. not at the \"same time\" or within a single spawning event or season, but more typically across spawning events or seasons." ; rdfs:label "Sequential hermaphrodite"@en . ### http://purl.dataone.org/odo/SALMON_00000883 odo:SALMON_00000883 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000488 ; dc:creator ; dc:date "2022-02-03T22:55:07Z"^^xsd:dateTime ; rdfs:comment "Used to designate that some individual or individuals in a group of organisms possessed functional qualities of more than one gender \"simultaneously\", i.e. \"at one time\" or within a single spawning event or season." ; rdfs:label "Simultaneous hermaphrodite"@en . ### http://purl.dataone.org/odo/SALMON_00000884 odo:SALMON_00000884 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000829 ; dc:creator ; dc:date "2022-02-04T02:06:35Z"^^xsd:dateTime ; rdfs:label "Taxon (name)"@en . ### http://purl.dataone.org/odo/SALMON_00000900 odo:SALMON_00000900 rdf:type owl:Class ; rdfs:subClassOf odo:SALMON_00000571 ; dc:creator ; dc:date "2022-03-24T19:58:28Z"^^xsd:dateTime ; rdfs:label "Keta salmon"@en ; skos:exactMatch odo:SALMON_00000461 . ### http://purl.obolibrary.org/obo/ENVO_00000032 obo:ENVO_00000032 rdf:type owl:Class . ### https://schema.org/CreativeWork rdf:type owl:Class . ### https://schema.org/Dataset rdf:type owl:Class ; rdfs:comment "A body of structured information describing some topic(s) of interest. (schema.org)" . ################################################################# # Individuals ################################################################# ### http://purl.dataone.org/odo/SALMON_00000475 odo:SALMON_00000475 rdf:type owl:NamedIndividual , odo:SALMON_00000495 ; dc:creator ; dc:date "2021-04-26T22:06:58Z"^^xsd:dateTime ; rdfs:comment "Johann Julius Walbaum (30 June 1724, Wolfenbüttel, Brunswick-Wolfenbüttel – 21 August 1799, Lübeck) was a German physician, naturalist and fauna taxonomist." ; rdfs:label "Walbaum, 1792"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000475 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "Johann Julius Walbaum (30 June 1724, Wolfenbüttel, Brunswick-Wolfenbüttel – 21 August 1799, Lübeck) was a German physician, naturalist and fauna taxonomist." ; dc:source """https://en.wikipedia.org/wiki/Johann_Julius_Walbaum, accessed 2021-04-26 https://www.wikidata.org/wiki/Q68096, accessed 2021-04-26""" ] . ### http://purl.dataone.org/odo/SALMON_00000508 odo:SALMON_00000508 rdf:type owl:NamedIndividual , odo:SALMON_00000460 , odo:SALMON_00000587 ; owl:sameAs odo:SALMON_00000800 ; odo:SALMON_00000617 odo:SALMON_00000615 ; odo:SALMON_00000618 odo:SALMON_00000613 ; dwcterms:nameAccordingTo odo:SALMON_00000475 ; dwcterms:vernacularName odo:SALMON_00000516 ; dc:creator ; dc:date "2021-04-30T17:44:44Z"^^xsd:dateTime ; rdfs:label "Oncorhynchus gorbuscha"@en . ### http://purl.dataone.org/odo/SALMON_00000800 ### http://purl.dataone.org/odo/SALMON_00000509 odo:SALMON_00000509 rdf:type owl:NamedIndividual , odo:SALMON_00000461 , odo:SALMON_00000587 ; owl:sameAs odo:SALMON_00000801 ; odo:SALMON_00000617 odo:SALMON_00000615 ; odo:SALMON_00000618 odo:SALMON_00000613 ; dwcterms:nameAccordingTo odo:SALMON_00000475 ; dwcterms:vernacularName odo:SALMON_00000514 , odo:SALMON_00000801 ; dc:creator ; dc:date "2021-04-30T17:44:51Z"^^xsd:dateTime ; rdfs:label "Oncorhynchus keta"@en . ### http://purl.dataone.org/odo/SALMON_00000801 ### http://purl.dataone.org/odo/SALMON_00000510 odo:SALMON_00000510 rdf:type owl:NamedIndividual , odo:SALMON_00000462 , odo:SALMON_00000587 ; owl:sameAs odo:SALMON_00000515 ; odo:SALMON_00000617 odo:SALMON_00000615 ; odo:SALMON_00000618 odo:SALMON_00000613 ; dwcterms:nameAccordingTo odo:SALMON_00000475 ; dwcterms:vernacularName odo:SALMON_00000515 , odo:SALMON_00000802 ; dc:creator ; dc:date "2021-04-30T17:44:59Z"^^xsd:dateTime ; rdfs:label "Oncorhynchus kisutch"@en . ### http://purl.dataone.org/odo/SALMON_00000515 ### http://purl.dataone.org/odo/SALMON_00000511 odo:SALMON_00000511 rdf:type owl:NamedIndividual , odo:SALMON_00000463 , odo:SALMON_00000587 ; owl:sameAs odo:SALMON_00000803 ; odo:SALMON_00000617 odo:SALMON_00000615 ; odo:SALMON_00000618 odo:SALMON_00000613 ; dwcterms:nameAccordingTo odo:SALMON_00000475 ; dwcterms:vernacularName odo:SALMON_00000517 , odo:SALMON_00000803 ; dc:creator ; dc:date "2021-04-30T17:45:08Z"^^xsd:dateTime ; rdfs:label "Oncorhynchus nerka"@en ; skos:exactMatch odo:SALMON_00000517 , odo:SALMON_00000803 . ### http://purl.dataone.org/odo/SALMON_00000803 ### http://purl.dataone.org/odo/SALMON_00000512 odo:SALMON_00000512 rdf:type owl:NamedIndividual , odo:SALMON_00000464 , odo:SALMON_00000587 ; odo:SALMON_00000617 odo:SALMON_00000615 ; odo:SALMON_00000618 odo:SALMON_00000613 ; dwcterms:nameAccordingTo odo:SALMON_00000475 ; dwcterms:vernacularName odo:SALMON_00000513 , odo:SALMON_00000804 ; dc:creator ; dc:date "2021-04-30T17:45:30Z"^^xsd:dateTime ; rdfs:label "Oncorhynchus tshawytscha"@en . ### http://purl.dataone.org/odo/SALMON_00000513 odo:SALMON_00000513 rdf:type owl:NamedIndividual , odo:SALMON_00000239 , odo:SALMON_00000464 , odo:SALMON_00000571 ; owl:sameAs odo:SALMON_00000804 ; dwcterms:scientificName odo:SALMON_00000512 ; odo:SALMON_00000596 410 ; dc:creator ; dc:date "2021-04-30T17:45:38Z"^^xsd:dateTime ; rdfs:label "Chinook salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000804 ### http://purl.dataone.org/odo/SALMON_00000514 odo:SALMON_00000514 rdf:type owl:NamedIndividual , odo:SALMON_00000240 , odo:SALMON_00000461 , odo:SALMON_00000571 ; owl:sameAs odo:SALMON_00000801 ; dwcterms:scientificName odo:SALMON_00000509 ; odo:SALMON_00000596 450 ; dc:creator ; dc:date "2021-04-30T17:45:41Z"^^xsd:dateTime ; rdfs:label "Chum salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000801 ### http://purl.dataone.org/odo/SALMON_00000515 odo:SALMON_00000515 rdf:type owl:NamedIndividual , odo:SALMON_00000243 , odo:SALMON_00000462 , odo:SALMON_00000571 ; owl:sameAs odo:SALMON_00000802 ; dwcterms:nameAccordingTo odo:SALMON_00000475 ; dwcterms:scientificName odo:SALMON_00000510 ; odo:SALMON_00000596 430 ; dc:creator ; dc:date "2021-04-30T17:45:43Z"^^xsd:dateTime ; rdfs:label "Coho salmon"@en ; skos:exactMatch odo:SALMON_00000802 . ### http://purl.dataone.org/odo/SALMON_00000802 ### http://purl.dataone.org/odo/SALMON_00000516 odo:SALMON_00000516 rdf:type owl:NamedIndividual , odo:SALMON_00000241 , odo:SALMON_00000460 , odo:SALMON_00000571 ; owl:sameAs odo:SALMON_00000800 ; dwcterms:scientificName odo:SALMON_00000508 ; odo:SALMON_00000596 440 ; dc:creator ; rdfs:label "Pink salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000800 ### http://purl.dataone.org/odo/SALMON_00000517 odo:SALMON_00000517 rdf:type owl:NamedIndividual , odo:SALMON_00000242 , odo:SALMON_00000463 , odo:SALMON_00000571 ; owl:sameAs odo:SALMON_00000803 ; dwcterms:scientificName odo:SALMON_00000511 ; odo:SALMON_00000596 420 ; dc:creator ; dc:date "2021-04-30T17:45:49Z"^^xsd:dateTime ; rdfs:label "Sockeye salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000803 ### http://purl.dataone.org/odo/SALMON_00000570 odo:SALMON_00000570 rdf:type owl:NamedIndividual , odo:SALMON_00000570 , odo:SALMON_00000591 ; dwcterms:scientificName odo:SALMON_00000647 ; odo:SALMON_00000596 540 . ### http://purl.dataone.org/odo/SALMON_00000580 odo:SALMON_00000580 rdf:type owl:NamedIndividual , odo:SALMON_00000587 , odo:SALMON_00000591 ; odo:SALMON_00000617 odo:SALMON_00000615 ; odo:SALMON_00000618 odo:SALMON_00000612 ; dwcterms:nameAccordingTo odo:SALMON_00000475 ; dwcterms:vernacularName odo:SALMON_00000643 ; dc:creator ; dc:date "2021-05-26T21:27:02Z"^^xsd:dateTime ; rdfs:comment "Sea-running, i.e. anadromous individuals of Rainbow Trout, are called Steelhead." ; rdfs:label "Oncorhynchus mykiss"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000580 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "Sea-running, i.e. anadromous individuals of Rainbow Trout, are called Steelhead." ; dc:source "http://calfish.ucdavis.edu/species/?uid=39&ds=698" ] . ### http://purl.dataone.org/odo/SALMON_00000583 odo:SALMON_00000583 rdf:type owl:NamedIndividual , odo:SALMON_00000192 ; dc:creator ; dc:date "2021-05-26T22:07:09Z"^^xsd:dateTime ; rdfs:label "Pacific Ocean"@en ; skos:definition "An ocean that extends from the Arctic in the north to the Antarctic in the south, bounded by Asia and Australia on the west and the Americas on the east." ; skos:exactMatch "http://purl.obolibrary.org/obo/GAZ_00000360" , "https://www.geonames.org/2363254/pacific-ocean.html" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000583 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An ocean that extends from the Arctic in the north to the Antarctic in the south, bounded by Asia and Australia on the west and the Americas on the east." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Pacific_Ocean, accessed 2021-06-15 https://www.wikidata.org/wiki/Q98, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000584 odo:SALMON_00000584 rdf:type owl:NamedIndividual , odo:SALMON_00000192 ; dc:creator ; dc:date "2021-05-26T22:07:26Z"^^xsd:dateTime ; rdfs:label "Atlantic Ocean"@en ; skos:definition "An ocean bounded on the west by North and South America. In the north and northeast, it is separated from the Arctic Ocean by the Canadian Arctic Archipelago, Greenland, Iceland, Svalbard, and mainland Europe. It connects to the Arctic Ocean through the Denmark Strait, Greenland Sea, Norwegian Sea, and Barents Sea. To the east, the boundaries of the ocean proper are Europe, the Strait of Gibraltar (where it connects with the Mediterranean Sea, one of its marginal seas), and Africa. In the southeast, the Atlantic merges into the Indian Ocean, the border being defined by the 20 East meridian, running south from Cape Agulhas to Antarctica." ; skos:exactMatch "http://purl.obolibrary.org/obo/GAZ_0000034" , "https://www.geonames.org/3373405/atlantic-ocean.html" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000584 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "An ocean bounded on the west by North and South America. In the north and northeast, it is separated from the Arctic Ocean by the Canadian Arctic Archipelago, Greenland, Iceland, Svalbard, and mainland Europe. It connects to the Arctic Ocean through the Denmark Strait, Greenland Sea, Norwegian Sea, and Barents Sea. To the east, the boundaries of the ocean proper are Europe, the Strait of Gibraltar (where it connects with the Mediterranean Sea, one of its marginal seas), and Africa. In the southeast, the Atlantic merges into the Indian Ocean, the border being defined by the 20 East meridian, running south from Cape Agulhas to Antarctica." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Atlantic_Ocean, accessed 2021-06-15 https://www.wikidata.org/wiki/Q97, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000588 odo:SALMON_00000588 rdf:type owl:NamedIndividual , odo:SALMON_00000495 ; dc:creator ; dc:date "2021-05-26T23:58:33Z"^^xsd:dateTime ; dc:description "The 10th edition of Systema Naturae is a book written by Swedish naturalist Carl Linnaeus and published in two volumes in 1758 and 1759, which marks the starting point of zoological nomenclature. In it, Linnaeus introduced binomial nomenclature for animals, something he had already done for plants in his 1753 publication of Species Plantarum." ; rdfs:label "Linnaeus, 1758"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000588 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "The 10th edition of Systema Naturae is a book written by Swedish naturalist Carl Linnaeus and published in two volumes in 1758 and 1759, which marks the starting point of zoological nomenclature. In it, Linnaeus introduced binomial nomenclature for animals, something he had already done for plants in his 1753 publication of Species Plantarum." ; dc:source """https://en.wikipedia.org/wiki/10th_edition_of_Systema_Naturae, accessed 2021-06-15 https://www.wikidata.org/wiki/Q4547210, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000595 odo:SALMON_00000595 rdf:type owl:NamedIndividual , odo:SALMON_00000495 ; dc:creator ; dc:date "2021-05-27T00:09:04Z"^^xsd:dateTime ; rdfs:comment "Sir John Richardson (5 ovember 1787 - 5 June 1865) was a Scottish naval surgeon, naturalist and arctic explorer." ; rdfs:label "Richardson, 1836"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000595 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "Sir John Richardson (5 ovember 1787 - 5 June 1865) was a Scottish naval surgeon, naturalist and arctic explorer." ; dc:source """https://en.wikipedia.org/wiki/John_Richardson_(naturalist), accessed 2021-06-15 https://www.wikidata.org/wiki/Q545944, accessed 2021-06-15""" ] . ### http://purl.dataone.org/odo/SALMON_00000598 odo:SALMON_00000598 rdf:type owl:NamedIndividual , odo:SALMON_00000587 , odo:SALMON_00000594 ; odo:SALMON_00000618 odo:SALMON_00000612 ; dwcterms:nameAccordingTo odo:SALMON_00000595 ; dwcterms:vernacularName odo:SALMON_00000603 ; dc:creator ; dc:date "2021-05-27T19:40:11Z"^^xsd:dateTime ; rdfs:comment "Some populations of the coastal cutthroat trout (O. c. clarkii) are semi-anadromous. (source: https://en.wikipedia.org/wiki/Cutthroat_trout)" ; rdfs:label "Oncorhynchus clarkii"@en . ### http://purl.dataone.org/odo/SALMON_00000599 odo:SALMON_00000599 rdf:type owl:NamedIndividual , odo:SALMON_00000589 ; odo:SALMON_00000617 odo:SALMON_00000615 ; odo:SALMON_00000618 odo:SALMON_00000612 ; dwcterms:nameAccordingTo odo:SALMON_00000588 ; dwcterms:vernacularName odo:SALMON_00000601 ; dc:creator ; dc:date "2021-05-27T19:45:43Z"^^xsd:dateTime ; rdfs:label "Salmo salar"@en . ### http://purl.dataone.org/odo/SALMON_00000600 odo:SALMON_00000600 rdf:type owl:NamedIndividual , odo:SALMON_00000592 ; odo:SALMON_00000618 odo:SALMON_00000612 ; dwcterms:nameAccordingTo odo:SALMON_00000475 ; dwcterms:vernacularName odo:SALMON_00000602 ; dc:creator ; dc:date "2021-05-27T19:45:59Z"^^xsd:dateTime ; rdfs:comment "Some Dolly Varden individuals are anadromous" ; rdfs:label "Salvelinus malma"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000600 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "Some Dolly Varden individuals are anadromous" ; dc:source "http://www.adfg.alaska.gov/index.cfm%3Fadfg=dollyvarden.main" ] . ### http://purl.dataone.org/odo/SALMON_00000601 odo:SALMON_00000601 rdf:type owl:NamedIndividual , odo:SALMON_00000586 ; dwcterms:scientificName odo:SALMON_00000599 ; dc:creator ; dc:date "2021-05-27T19:58:37Z"^^xsd:dateTime ; rdfs:label "Atlantic salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000602 odo:SALMON_00000602 rdf:type owl:NamedIndividual , odo:SALMON_00000126 ; odo:SALMON_00000617 odo:SALMON_00000650 ; dwcterms:scientificName odo:SALMON_00000600 ; odo:SALMON_00000596 531 ; dc:creator ; dc:date "2021-05-27T19:58:43Z"^^xsd:dateTime ; rdfs:label "Dolly Varden trout"@en . ### http://purl.dataone.org/odo/SALMON_00000603 odo:SALMON_00000603 rdf:type owl:NamedIndividual , odo:SALMON_00000126 , odo:SALMON_00000594 ; dwcterms:scientificName odo:SALMON_00000598 ; dc:creator ; dc:date "2021-05-27T19:58:56Z"^^xsd:dateTime ; rdfs:label "Cutthroat trout"@en . ### http://purl.dataone.org/odo/SALMON_00000612 odo:SALMON_00000612 rdf:type owl:NamedIndividual , odo:SALMON_00000611 ; dc:creator ; dc:date "2021-06-01T20:04:29Z"^^xsd:dateTime ; rdfs:label "Iteroparity"@en ; skos:definition "A reproductive strategy which is characterized by multiple reproductive cycles over the course of an organism's lifetime." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000612 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A reproductive strategy which is characterized by multiple reproductive cycles over the course of an organism's lifetime." ; dc:source """https://en.wikipedia.org/wiki/Semelparity_and_iteroparity#Semelparity, accessed 01June2021 https://www.wikidata.org/wiki/Q522960, accessed 01June2021""" ] . ### http://purl.dataone.org/odo/SALMON_00000613 odo:SALMON_00000613 rdf:type owl:NamedIndividual , odo:SALMON_00000611 ; dc:creator ; dc:date "2021-06-01T20:04:35Z"^^xsd:dateTime ; rdfs:label "Semelparity"@en ; skos:definition "A reproductive strategy which is characterized by a single reproductive episode, typically before death." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000613 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A reproductive strategy which is characterized by a single reproductive episode, typically before death." ; dc:source """https://en.wikipedia.org/wiki/Semelparity_and_iteroparity#Semelparity, accessed 01June2021 https://www.wikidata.org/wiki/Q522960, accessed 01June2021""" ] . ### http://purl.dataone.org/odo/SALMON_00000615 odo:SALMON_00000615 rdf:type owl:NamedIndividual , odo:SALMON_00000614 ; dc:creator ; dc:date "2021-06-01T20:10:58Z"^^xsd:dateTime ; rdfs:label "Anadromous"@en ; skos:definition "A classification of fishes which spawn in freshwater, migrate to the ocean to forage and mature, and return to freshwater to spawn and begin the cycle again." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000615 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A classification of fishes which spawn in freshwater, migrate to the ocean to forage and mature, and return to freshwater to spawn and begin the cycle again." ; dc:source "Schiewe, MH (2013) Salmon. Encyclopedia of Biodiversity (Second Edition). pg. 522-531. https://doi.org/10.1016/B978-0-12-384719-5.00293-8" ] . ### http://purl.dataone.org/odo/SALMON_00000616 odo:SALMON_00000616 rdf:type owl:NamedIndividual , odo:SALMON_00000614 ; dc:creator ; dc:date "2021-06-01T20:11:04Z"^^xsd:dateTime ; rdfs:label "Catadromous"@en ; skos:definition "A classification of fishes which spawn in marine habitats, migrate to freshwater areas to forage and mature, then return to marine habitats to spawn." . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000616 ; owl:annotatedProperty skos:definition ; owl:annotatedTarget "A classification of fishes which spawn in marine habitats, migrate to freshwater areas to forage and mature, then return to marine habitats to spawn." ; oboInOwl:hasDbXref """https://en.wikipedia.org/wiki/Fish_migration, accessed 01June2021 https://www.wikidata.org/wiki/Q852569, accessed 01June2021""" ] . ### http://purl.dataone.org/odo/SALMON_00000643 odo:SALMON_00000643 rdf:type owl:NamedIndividual , odo:SALMON_00000126 , odo:SALMON_00000591 ; dwcterms:scientificName odo:SALMON_00000580 ; dc:creator ; dc:date "2021-06-15T20:05:20Z"^^xsd:dateTime ; rdfs:label "Rainbow trout"@en . ### http://purl.dataone.org/odo/SALMON_00000646 odo:SALMON_00000646 rdf:type owl:NamedIndividual , odo:SALMON_00000495 ; dc:creator ; dc:date "2021-06-15T23:33:16Z"^^xsd:dateTime ; dc:description "In 1855, William P. Gibbons, the curator of Geology and Mineralogy at the California Academy of Sciences, found a population and named it Salmo iridia (Latin: rainbow), later corrected to Salmo irideus. These names faded once it was determined that Walbaum's description of type specimens was conspecific and therefore had precedence. In 1989, morphological and genetic studies indicated that trout of the Pacific Basin were genetically closer to Pacific salmon (Oncorhynchus species) than to the Salmos – brown trout (Salmo trutta) or Atlantic salmon (Salmo salar) of the Atlantic Basin. Thus, in 1989, taxonomic authorities moved the rainbow, cutthroat, and other Pacific Basin trout into the genus Oncorhynchus. Walbaum's name had precedence, so the species name Oncorhynchus mykiss became the scientific name of the rainbow trout. The previous species names irideus and gairdneri were adopted as subspecies names for the coastal rainbow and Columbia River redband trout, respectively." ; rdfs:label "Gibbons, 1855"@en . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000646 ; owl:annotatedProperty dc:description ; owl:annotatedTarget "In 1855, William P. Gibbons, the curator of Geology and Mineralogy at the California Academy of Sciences, found a population and named it Salmo iridia (Latin: rainbow), later corrected to Salmo irideus. These names faded once it was determined that Walbaum's description of type specimens was conspecific and therefore had precedence. In 1989, morphological and genetic studies indicated that trout of the Pacific Basin were genetically closer to Pacific salmon (Oncorhynchus species) than to the Salmos – brown trout (Salmo trutta) or Atlantic salmon (Salmo salar) of the Atlantic Basin. Thus, in 1989, taxonomic authorities moved the rainbow, cutthroat, and other Pacific Basin trout into the genus Oncorhynchus. Walbaum's name had precedence, so the species name Oncorhynchus mykiss became the scientific name of the rainbow trout. The previous species names irideus and gairdneri were adopted as subspecies names for the coastal rainbow and Columbia River redband trout, respectively." ; dc:source """https://en.wikipedia.org/wiki/Rainbow_trout, accessed 2021-06-16 https://www.wikidata.org/wiki/Q187986, accessed 20212-06-16""" ] . ### http://purl.dataone.org/odo/SALMON_00000647 odo:SALMON_00000647 rdf:type owl:NamedIndividual , odo:SALMON_00000587 , odo:SALMON_00000644 ; dwcterms:nameAccordingTo odo:SALMON_00000646 ; dwcterms:vernacularName odo:SALMON_00000648 ; dc:creator ; dc:date "2021-06-15T23:34:02Z"^^xsd:dateTime ; rdfs:comment "Sea-running, i.e. anadromous individuals of Rainbow Trout are called Steelhead." ; rdfs:label "Oncorhynchus mykiss irideus"@en ; skos:closeMatch odo:SALMON_00000643 . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000647 ; owl:annotatedProperty rdfs:comment ; owl:annotatedTarget "Sea-running, i.e. anadromous individuals of Rainbow Trout are called Steelhead." ; dc:source "http://calfish.ucdavis.edu/species/?uid=39&ds=698" ] . ### http://purl.dataone.org/odo/SALMON_00000648 odo:SALMON_00000648 rdf:type owl:NamedIndividual , odo:SALMON_00000126 , odo:SALMON_00000644 ; odo:SALMON_00000617 odo:SALMON_00000650 ; dwcterms:scientificName odo:SALMON_00000647 ; dc:creator ; dc:date "2021-06-15T23:43:41Z"^^xsd:dateTime ; rdfs:label "Coastal rainbow trout"@en ; skos:broadMatch odo:SALMON_00000643 ; skos:narrowMatch odo:SALMON_00000570 . ### http://purl.dataone.org/odo/SALMON_00000650 odo:SALMON_00000650 rdf:type owl:NamedIndividual , odo:SALMON_00000614 ; dc:creator ; dc:date "2021-06-16T16:03:41Z"^^xsd:dateTime ; rdfs:comment "Term to designate that some, but not all, individuals of the taxon migrate from freshwater into the ocean for part of their life history. Used as Existential Quantifier on the appropriate taxonomic Class to indicate anadromous behavior of some Instances of that Class." ; rdfs:label "Semi-anadromous"@en . ### http://purl.dataone.org/odo/SALMON_00000652 odo:SALMON_00000652 rdf:type owl:NamedIndividual , odo:SALMON_00000126 , odo:SALMON_00000653 ; owl:sameAs odo:SALMON_00000654 ; dwcterms:scientificName odo:SALMON_00000654 ; dc:creator ; dc:date "2021-06-16T16:10:16Z"^^xsd:dateTime ; rdfs:label "Coastal cutthroat trout"@en ; skos:broadMatch odo:SALMON_00000603 . ### http://purl.dataone.org/odo/SALMON_00000654 ### http://purl.dataone.org/odo/SALMON_00000654 odo:SALMON_00000654 rdf:type owl:NamedIndividual , odo:SALMON_00000587 , odo:SALMON_00000653 ; odo:SALMON_00000618 odo:SALMON_00000612 ; dwcterms:nameAccordingTo odo:SALMON_00000595 ; dwcterms:vernacularName odo:SALMON_00000652 ; dc:creator ; dc:date "2021-06-16T17:31:20Z"^^xsd:dateTime ; rdfs:comment "Some populations of the coastal cutthroat trout (O. c. clarkii) are semi-anadromous. (source: https://en.wikipedia.org/wiki/Cutthroat_trout)" ; rdfs:label "Oncorhynchus clarkii clarkii"@en . ### http://purl.dataone.org/odo/SALMON_00000800 odo:SALMON_00000800 rdf:type owl:NamedIndividual , odo:SALMON_00000571 ; dc:creator ; dc:date "2021-07-21T23:13:14Z"^^xsd:dateTime ; rdfs:label "Humpback salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000801 odo:SALMON_00000801 rdf:type owl:NamedIndividual , odo:SALMON_00000461 , odo:SALMON_00000571 ; dc:creator ; dc:date "2021-07-21T23:13:40Z"^^xsd:dateTime ; rdfs:label "Dog salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000802 odo:SALMON_00000802 rdf:type owl:NamedIndividual , odo:SALMON_00000462 , odo:SALMON_00000571 ; dc:creator ; dc:date "2021-07-21T23:15:02Z"^^xsd:dateTime ; rdfs:label "Silver salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000803 odo:SALMON_00000803 rdf:type owl:NamedIndividual , odo:SALMON_00000242 , odo:SALMON_00000463 , odo:SALMON_00000571 ; dc:creator ; dc:date "2021-07-21T23:26:30Z"^^xsd:dateTime ; rdfs:label "Red salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000804 odo:SALMON_00000804 rdf:type owl:NamedIndividual , odo:SALMON_00000464 , odo:SALMON_00000571 ; dc:creator ; dc:date "2021-07-21T23:27:40Z"^^xsd:dateTime ; rdfs:label "King salmon"@en . ### http://purl.dataone.org/odo/SALMON_00000820 odo:SALMON_00000820 rdf:type owl:NamedIndividual ; odo:SALMON_00000617 odo:SALMON_00000823 ; dc:creator ; dc:date "2021-08-03T22:40:10Z"^^xsd:dateTime ; dc:description ; rdfs:label "Kokanee salmon"@en ; skos:broadMatch odo:SALMON_00000517 ; skos:exactMatch odo:SALMON_00000517 . ### http://purl.dataone.org/odo/SALMON_00000823 odo:SALMON_00000823 rdf:type owl:NamedIndividual ; dc:creator ; dc:date "2021-08-06T06:33:41Z"^^xsd:dateTime ; rdfs:comment "Fish belonging to a taxon that is typically anadromous, that do not migrate seaward at some time in their life-cycle." ; rdfs:label "non-anadromous"@en . ### http://purl.dataone.org/odo/SALMON_00000825 odo:SALMON_00000825 rdf:type owl:NamedIndividual , odo:SALMON_00000224 ; dc:creator ; dc:date "2021-08-10T22:44:31Z"^^xsd:dateTime ; rdfs:label "Bristol Bay"@en . ################################################################# # Annotations ################################################################# odo:SALMON_00000570 dc:creator ; dc:date "2021-05-11T17:26:46Z"^^xsd:dateTime ; rdfs:label "Steelhead trout"@en ; skos:altLabel """Oncorhynchus mykiss irideus Oncorhynchus m. irideus O. m. irideus \"steelhead\" @en""" . [ rdf:type owl:Axiom ; owl:annotatedSource odo:SALMON_00000570 ; owl:annotatedProperty skos:altLabel ; owl:annotatedTarget """Oncorhynchus mykiss irideus Oncorhynchus m. irideus O. m. irideus \"steelhead\" @en""" ; dc:source """https://en.wikipedia.org/wiki/Steelhead_trout, accessed 2021-06-15 https://www.wikidata.org/wiki/Q64437771, accessed 2021-06-15""" ] . owl:Thing rdfs:comment """Salmonid species identification and classification still needs work. Instances of 'Pink salmon', for example, will not be inferred as instances of 'Oncorhynchus gorbuscha' (and vice versa) at the moment. Asserting owl:equivalentClass between these classes causes weird protege behavior after saving/closing/reopening Protege. Went with skos:exactMatch for now to avoid this problem.""" , "search for '[ADDRESS COMMENT, THEN DELETE]' to find terms that need further review" , "search for '[NEEDS ALIGNMENT]' to find terms that should have owl:equivalentClass assertions (but were removed for now b/c Protege was having issues)" . ################################################################# # General axioms ################################################################# [ rdf:type owl:AllDisjointClasses ; owl:members ( odo:SALMON_00000239 odo:SALMON_00000240 odo:SALMON_00000241 odo:SALMON_00000242 odo:SALMON_00000243 ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( odo:SALMON_00000460 odo:SALMON_00000461 odo:SALMON_00000462 odo:SALMON_00000463 odo:SALMON_00000464 odo:SALMON_00000591 odo:SALMON_00000594 ) ] . [ rdf:type owl:AllDisjointClasses ; owl:members ( odo:SALMON_00000569 odo:SALMON_00000582 odo:SALMON_00000642 ) ] . ### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi