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

wt:roller_style
  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/" ;
  a skos:Concept ;
  skos:altLabel "滚筒风格"@zh, "guntong fengge"@zh-Latn ;
  skos:definition "Large-scale technique that utilizes paint rollers to cover extensive surfaces, often yielding bold, legible letters with a heavy and unrefined aesthetic. This approach contrasts with finer spray-can detailing, emphasizing impactful visibility and spatial dominance. Roller style is often adopted for its efficiency in covering large areas quickly, making it popular for high-impact urban installations and street art."@en ;
  skos:prefLabel "roller style"@en, "滚筒风格"@zh ;
  skos:closeMatch <https://vocabs.acdh.oeaw.ac.at/indigo/rollUpsGraffiti> ;
  skos:inScheme wt:write_thesaurus .

