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

wt:wildstyle
  skos:inScheme wt:write_thesaurus ;
  skos:exactMatch <https://vocab.getty.edu/aat/300410277>, <https://vocabs.acdh.oeaw.ac.at/indigo/WildstyleWriting> ;
  dc:source "Anssi, Arte. 2015. Forms of Rockin': Graffiti Letters and Popular Culture. Årsta: Dokument Press.", "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/" ;
  skos:prefLabel "wildstyle"@en, "狂野风格"@zh ;
  skos:narrower wt:hard_style ;
  skos:altLabel "kuangye fengge"@zh-Latn, "狂野风格"@zh ;
  skos:definition "This style represents a complex composition of letters assembled to give a unique shape and dynamic to the piece. In this style, the letters are distorted and superimposed, and sometimes enriched with three-dimensional arrows, tribals, pikes, puppets and other decorative elements that give an idea of movement and confusion. This complicated construction of interlocking letters is considered one of the hardest styles to master and the lettering of the pieces done in wildstyle is often completely indecipherable to non-writers."@en ;
  a skos:Concept .

wt:hard_style
  skos:prefLabel "硬派涂鸦"@zh, "hard style"@en ;
  a skos:Concept ;
  skos:broader wt:wildstyle .

