@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/wind_power> .

<https://concepts.sagepub.com/social-science/concept/wind_power>
  skos:definition "Wind, created from uneven energy and temperatures, powers turbines on wind farms, which are connected to a power collection system and communications network. Wind power, the conversion of wind into a form of energy, is an alternative power source. [Source: <a href=\"https://sk.sagepub.com/reference/greenissuesdebates/n112.xml\" target=\"_blank\" data-id=\"to-sk\">Green Issues and Debates: An A-to-Z Guide; Wind Power</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/renewable_energy>, <https://concepts.sagepub.com/social-science/concept/key_cases_and_current_trends> ;
  skos:prefLabel "wind power"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/renewable_energy>
  skos:prefLabel "renewable energy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/wind_power> .

<https://concepts.sagepub.com/social-science/concept/key_cases_and_current_trends>
  skos:prefLabel "key cases and current trends"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/wind_power> .

