@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:blockbuster_large_scale .

wt:straight_block_letters
  skos:prefLabel "直体字母"@zh, "straight / block letters"@en ;
  a skos:Concept ;
  skos:related wt:blockbuster_large_scale .

wt:blockbuster_large_scale
  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." ;
  skos:definition "A graffiti style characterised by the ease of execution. It is made of large, square, or rectangular block letters. It is two-toned: one colour for the fill-in (using temper, roller, or paintbrush) and one for the outline. Mainly invented to cover over other people and to paint whole trains easily, but they are effective on smaller walls for maximum coverage."@en ;
  skos:prefLabel "blockbuster / large-scale piece"@en, "巨幅作品"@zh ;
  skos:altLabel "jufuzuopin"@zh-Latn ;
  skos:inScheme wt:write_thesaurus ;
  a skos:Concept ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/indigo/blockbusterStyleGraffiti> ;
  skos:related wt:straight_block_letters .

