@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/political_and_economic_organizations>
  skos:prefLabel "political and economic organizations"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/NASA> .

<https://concepts.sagepub.com/social-science/concept/United_States_government_agencies>
  skos:prefLabel "United States government agencies"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/NASA> .

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

<https://concepts.sagepub.com/social-science/concept/NASA>
  skos:altLabel "National Aeronautics and Space Administration"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D018557.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/United_States_government_agencies>, <https://concepts.sagepub.com/social-science/concept/political_and_economic_organizations> ;
  skos:prefLabel "NASA"@en ;
  a skos:Concept .

