@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:exactMatch <https://vocab.getty.edu/aat/300343587> ;
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "running-standard script"@en, "xingkai"@zh-Latn ;
  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: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:prefLabel "行楷"@zh, "regular-running script"@en ;
  a skos:Concept .

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

