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

wt:mural
  skos:inScheme wt:write_thesaurus ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/indigo_browse/en/page/muralsWriting>, <https://vocabs.acdh.oeaw.ac.at/indigo/muralsStreetArt> ;
  skos:altLabel "壁画艺术"@zh, "bihua yishu"@zh-Latn ;
  skos:prefLabel "mural"@en, "壁画艺术"@zh ;
  skos:definition "A large-scale artwork created directly on walls or ceilings, capable of transforming spaces and conveying social, political, or cultural messages. Chinese murals are typically larger, planned artworks that are often commissioned for public spaces or created with permission. They can encompass a wide range of themes and styles, incorporating detailed imagery, narratives, and artistic techniques."@en ;
  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. " .

