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

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

<https://concepts.sagepub.com/social-science/concept/penmanship>
  skos:definition "The idea of literacy, even through the eighteenth century, was limited to the ability to read. People who could read the Bible, basic civil documents, and the paperwork associated with earning a living were thought literate. [Source: <a href=\"https://sk.sagepub.com/reference/foundations/n274.xml\" target=\"_blank\" data-id=\"to-sk\">Encyclopedia of the Social and Cultural Foundations of Education; Penmanship</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/graphic_arts> ;
  skos:prefLabel "penmanship"@en ;
  a skos:Concept .

