@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/animals>
  skos:prefLabel "animals"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/salmon> .

<https://concepts.sagepub.com/social-science/concept/conservation_and_ecology>
  skos:prefLabel "conservation and ecology"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/salmon> .

<https://concepts.sagepub.com/social-science/concept/agriculture>
  skos:prefLabel "agriculture"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/salmon> .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/salmon> .

<https://concepts.sagepub.com/social-science/concept/salmon>
  skos:definition "Salmon are anadromous fish, meaning that they migrate from oceans to freshwater streams to reproduce. There are six distinct species of Pacific salmon and one species of Atlantic salmon. [Source: <a href=\"https://sk.sagepub.com/reference/greenfood/n126.xml\" target=\"_blank\" data-id=\"to-sk\">Green Food: An A-to-Z Guide; Salmon</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/conservation_and_ecology>, <https://concepts.sagepub.com/social-science/concept/animals>, <https://concepts.sagepub.com/social-science/concept/agriculture> ;
  skos:prefLabel "salmon"@en ;
  a skos:Concept .

