@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/writing_ability>
  skos:narrower <https://concepts.sagepub.com/social-science/concept/text_structure>, <https://concepts.sagepub.com/social-science/concept/readability> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/verbal_ability>, <https://concepts.sagepub.com/social-science/concept/language_skills>, <https://concepts.sagepub.com/social-science/concept/communication_skills> ;
  skos:prefLabel "writing ability"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/verbal_ability>
  skos:prefLabel "verbal ability"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/writing_ability> .

<https://concepts.sagepub.com/social-science/concept/text_structure>
  skos:prefLabel "text structure"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/writing_ability> .

<https://concepts.sagepub.com/social-science/concept/communication_skills>
  skos:prefLabel "communication skills"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/writing_ability> .

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

<https://concepts.sagepub.com/social-science/concept/language_skills>
  skos:prefLabel "language skills"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/writing_ability> .

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

