@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/otitis_media>
  skos:definition "Otitis media (OM) is an inflammation of the middle ear that can occur in one or both ears. It is the most common disease of childhood, after respiratory tract infections. [Source: <a href=\"https://sk.sagepub.com/reference/schoolpsychology/n194.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of School Psychology; Otitis Media</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/secretory_otitis_media>, <https://concepts.sagepub.com/social-science/concept/mastoiditis> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/medical_conditions>, <https://concepts.sagepub.com/social-science/concept/ear_diseases> ;
  skos:prefLabel "otitis media"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/ear_diseases>
  skos:prefLabel "ear diseases"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/otitis_media> .

<https://concepts.sagepub.com/social-science/concept/secretory_otitis_media>
  skos:prefLabel "secretory otitis media"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/otitis_media> .

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

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

<https://concepts.sagepub.com/social-science/concept/medical_conditions>
  skos:prefLabel "medical conditions"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/otitis_media> .

