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

wt:graffiti_panel_art
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "tuya mianban yishu"@zh-Latn ;
  dc:source "Bisceglia Marta R. 2025. Graffiti and Chinese Calligraphy: Looking for Identity in Fusion. PhD thesis. Bologna: Alma Mater Studiorum – University of Bologna." ;
  skos:definition "A type of Chinese graffiti that uses panels as a support, especially used for commissioned and institutional works."@en ;
  skos:prefLabel "涂鸦面板艺术"@zh, "graffiti panel art"@en ;
  a skos:Concept .

