@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:regular_running_script
  skos:prefLabel "regular-running script"@en, "行楷"@zh ;
  skos:definition "This is a transitional script between Regular Script (kaishu) and Running Script (xingshu). It maintains the structural clarity of regular script while incorporating the fluidity and speed of running script, making it both readable and efficient for writing."@en ;
  skos:exactMatch <https://vocab.getty.edu/aat/300343587> ;
  a skos:Concept ;
  dc:source "Qiu, Xigui. 2000. Chinese Writing. Translated by Gilbert L. Mattos and Jerry Norman. Berkeley: Society for the Study of Early China and the Institute of East Asian Studies, University of California." ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "xingkai"@zh-Latn, "running-standard script"@en, "行楷"@zh .

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

