@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:slender_gold_script
  a skos:Concept ;
  skos:prefLabel "slender gold script"@en, "瘦金體"@zh ;
  dc:source <http://vocab.getty.edu/page/aat/300391270> ;
  skos:altLabel "shoujinti"@zh-Latn, "瘦金體"@zh ;
  skos:exactMatch <https://vocab.getty.edu/aat/300391270> ;
  skos:definition "Refers to the script developed by the Northern Song dynasty emperor Huizong (徽宗, 1082-1135). Slender Gold Script is characterized by taut, angular lines which expand or contract depending on their place in a stroke. Highly controlled, it projects an air of studied elegance."@en ;
  skos:inScheme wt:write_thesaurus ;
  skos:broader wt:regular_script .

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

wt:regular_script
  skos:prefLabel "楷书"@zh, "regular script"@en ;
  a skos:Concept ;
  skos:narrower wt:slender_gold_script .

