@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:writing
  skos:inScheme wt:write_thesaurus ;
  skos:altLabel "涂鸦书写"@zh, "tuya shuxie"@zh-Latn ;
  skos:relatedMatch <https://vocabs.acdh.oeaw.ac.at/indigo/writingGraffiti> ;
  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 "The act of creating one’s tag in public spaces using spray paint or markers. It entails a study of lettering (or “charactering”), namely the style of the letters or Chinese characters that make up both simple tags and pieces."@en ;
  skos:prefLabel "涂鸦书写"@zh, "writing"@en ;
  a skos:Concept .

wt:gratype
  a skos:Collection ;
  skos:prefLabel "Graffiti Types"@en ;
  skos:member wt:writing .

