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

wt:sticker
  a skos:Concept ;
  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/" ;
  skos:prefLabel "贴纸"@zh, "sticker"@en ;
  skos:inScheme wt:write_thesaurus ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/indigo/stickersStreetArt>, <https://vocabs.acdh.oeaw.ac.at/indigo/stylesSticker> ;
  skos:definition "A form of tagging through computer-printed stickers that may contain only the writer’s signature and/or logo or be more elaborate, including small fonts and decorations. Sticker art is quick to execute, cheap, and easy to disseminate, and is considered a sub-category of graffiti art, although some writers believe that this type of art is only for those who are afraid of using markers or spray cans."@en ;
  skos:altLabel "tiezhi"@zh-Latn .

