@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:grastyle
  a skos:Collection ;
  skos:prefLabel "Graffiti Styles"@en ;
  skos:member wt:straight_block_letters .

wt:straight_block_letters
  dc:source "Bisceglia, Marta R. 2025. Graffiti and Chinese Calligraphy: Looking for Identity in Fusion. PhD thesis. Bologna: Alma Mater Studiorum – University of Bologna.", "Bisceglia, Marta R. 2024. «GLOSSARY», in Iezzi A. (edited by), Graffiti in China, 193-99: https://www.1088press.it/en/graffiti-in-china-enhanced-digital-edition/glossary/", "Anssi, Arte. 2015. Forms of Rockin': Graffiti Letters and Popular Culture. Årsta: Dokument Press." ;
  a skos:Concept ;
  skos:inScheme wt:write_thesaurus ;
  skos:definition "Simple and legible style characterized by large, square, or rectangular block letters. This style is often used by beginners because of its clarity and ease of execution, and it serves as a foundation for more complex styles like wildstyle. Straight/block letters are typically uniform in size and structure, making them highly readable and ideal for messages meant to be quickly understood."@en ;
  skos:altLabel "直体字母"@zh, "zhiti zimu"@zh-Latn ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/indigo/blocksGraffiti> ;
  skos:related wt:blockbuster_large_scale ;
  skos:prefLabel "straight / block letters"@en, "直体字母"@zh .

wt:blockbuster_large_scale
  skos:prefLabel "巨幅作品"@zh, "blockbuster / large-scale piece"@en ;
  a skos:Concept ;
  skos:related wt:straight_block_letters .

