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

wt:wildstyle
  skos:prefLabel "狂野风格"@zh, "wildstyle"@en ;
  a skos:Concept ;
  skos:narrower wt:hard_style .

wt:hard_style
  skos:inScheme wt:write_thesaurus ;
  skos:prefLabel "hard style"@en, "硬派涂鸦"@zh ;
  skos:definition "This style is a graffiti aesthetic characterised by highly structured, interlocked, fragmented, mechanical, angular, and often aggressive letterforms that emphasize visual intensity and complexity. This style is distinguished by its use of sharp edges, bold outlines, and high-contrast color schemes, frequently incorporating three-dimensional effects and intricate interlocking structures. Hard Style graffiti often aligns with wildstyle compositions, where readability is secondary to the expressive and technical aspects of lettering."@en ;
  skos:altLabel "yingpai tuya"@zh-Latn, "硬派涂鸦"@zh ;
  dc:source "Bisceglia, Marta R. 2025. Graffiti and Chinese Calligraphy: Looking for Identity in Fusion. PhD thesis. Bologna: Alma Mater Studiorum – University of Bologna.", "Anssi, Arte. 2015. Forms of Rockin': Graffiti Letters and Popular Culture. Årsta: Dokument Press." ;
  a skos:Concept ;
  skos:broader wt:wildstyle .

