@prefix wt: <http://w3id.org/write/thesaurus/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

wt:hard_tipped_calligraphy
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "硬笔书法"@zh, "yingbi shufa"@zh-Latn ;
  dc:source <https://zh.wikipedia.org/zh-hans/%E7%A1%AC%E7%AD%86%E6%9B%B8%E6%B3%95> ;
  skos:definition "Refers to Chinese calligraphy written using hard-tipped writing tools such as ballpoint pens, fountain pens, fine-tipped markers, or mechanical pencils, as opposed to traditional brush calligraphy (maobi shufa 毛笔书法). It retains the structural principles of Chinese calligraphy but adapts to the rigid characteristics of modern writing instruments, often emphasizing precision, control, and uniform strokes."@en ;
  skos:prefLabel "硬笔书法"@zh, "hard-tipped calligraphy"@en ;
  a skos:Concept .

wt:scryle
  a skos:Collection ;
  skos:prefLabel "Script Styles"@en ;
  skos:member wt:hard_tipped_calligraphy .

