@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/natural_sciences>
  skos:prefLabel "natural sciences"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/other_subjects> .

<https://concepts.sagepub.com/social-science/concept/technology>
  skos:prefLabel "technology"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/other_subjects> .

<https://concepts.sagepub.com/social-science/concept/engineering>
  skos:prefLabel "engineering"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/other_subjects> .

<https://concepts.sagepub.com/social-science/concept/scientific_research>
  skos:prefLabel "scientific research"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/other_subjects> .

<https://concepts.sagepub.com/social-science/concept/mathematics>
  skos:prefLabel "mathematics"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/other_subjects> .

<https://concepts.sagepub.com/social-science/concept/arts_and_humanities>
  skos:prefLabel "arts and humanities"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/other_subjects> .

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

<https://concepts.sagepub.com/social-science/concept/other_subjects>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/technology>, <https://concepts.sagepub.com/social-science/concept/scientific_research>, <https://concepts.sagepub.com/social-science/concept/natural_sciences>, <https://concepts.sagepub.com/social-science/concept/mathematics>, <https://concepts.sagepub.com/social-science/concept/engineering>, <https://concepts.sagepub.com/social-science/concept/arts_and_humanities> ;
  skos:prefLabel "other subjects"@en ;
  a skos:Concept .

