@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/Northern_Ireland_Assembly>
  skos:broader <https://concepts.sagepub.com/social-science/concept/political_institutions>, <https://concepts.sagepub.com/social-science/concept/parliament>, <https://concepts.sagepub.com/social-science/concept/decentralized_government> ;
  skos:prefLabel "Northern Ireland Assembly"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/decentralized_government>
  skos:prefLabel "decentralized government"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Northern_Ireland_Assembly> .

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

<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/Northern_Ireland_Assembly> .

<https://concepts.sagepub.com/social-science/concept/political_institutions>
  skos:prefLabel "political institutions"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Northern_Ireland_Assembly> .

