@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/Article_VI>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/supremacy_clause>, <https://concepts.sagepub.com/social-science/concept/oath_provision> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/articles_of_the_United_States_Constitution> ;
  skos:prefLabel "Article VI"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/supremacy_clause>
  skos:prefLabel "supremacy clause"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Article_VI> .

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

<https://concepts.sagepub.com/social-science/concept/articles_of_the_United_States_Constitution>
  skos:prefLabel "articles of the United States Constitution"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Article_VI> .

<https://concepts.sagepub.com/social-science/concept/oath_provision>
  skos:prefLabel "oath provision"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/Article_VI> .

