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

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

<https://concepts.sagepub.com/social-science/concept/myopia>
  skos:definition "Refractive errors occur when there is a mismatch between the length of the eye and its optical power. Myopia represents one type of refractive error, affecting up to 80% of children and young adults in some regions of Asia. [Source: <a href=\"https://sk.sagepub.com/reference/humandevelopment/n427.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of Human Development; Myopia</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/eye_disease> ;
  skos:prefLabel "myopia"@en ;
  a skos:Concept .

