@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:gratype
  a skos:Collection ;
  skos:prefLabel "Graffiti Types"@en ;
  skos:member wt:sticker_stencil_graffiti .

wt:sticker_stencil_graffiti
  a skos:Concept ;
  skos:definition "Popular Chinese street art practices that enable the reproduction of shapes, symbols, letters, or characters in series. Stencil graffiti involves cutting a design into a material to create a physical negative of the image, which is then transferred onto surfaces using spray paint or other mediums. Sticker art, on the other hand, typically utilizes computer-printed designs that may feature the artist's signature or logo or include more intricate elements such as small text and decorative motifs."@en ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/indigo/stickersStreetArt>, <https://vocabs.acdh.oeaw.ac.at/indigo/stencilsStreetArt> ;
  skos:altLabel "贴纸/模版画"@zh, "tiezhi / mubanhua tuya"@zh-Latn ;
  skos:prefLabel "sticker / stencil graffiti"@en, "贴纸/模版画"@zh ;
  dc:source "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:inScheme wt:write_thesaurus .

