@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/philosophy>
  skos:prefLabel "philosophy"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/schools_of_philosophy> .

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

<https://concepts.sagepub.com/social-science/concept/schools_of_philosophy>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/realism>, <https://concepts.sagepub.com/social-science/concept/rationalism>, <https://concepts.sagepub.com/social-science/concept/idealism>, <https://concepts.sagepub.com/social-science/concept/empiricism> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/philosophy> ;
  skos:prefLabel "schools of philosophy"@en ;
  a skos:Concept .

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

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

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

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

