@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/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/flight> .

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

<https://concepts.sagepub.com/social-science/concept/flight>
  skos:definition "Flight is the process of moving through the air. It occurs among many animals, notably birds, which employ true or powered flight through the use of wings and specially adapted bone and feather structures. [Source: <a href=\"https://sk.sagepub.com/reference/environment/n418.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Environment and Society; Flight</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/society> ;
  skos:prefLabel "flight"@en ;
  a skos:Concept .

