@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:private_commissioned_art
  skos:inScheme wt:write_thesaurus ;
  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 genre that refers to graffiti commissioned for commercial purposes, where the primary goal is business-oriented, such as advertising or brand promotion."@en ;
  skos:prefLabel "private commissioned art (commercial)"@en ;
  a skos:Concept .

wt:gragen
  a skos:Collection ;
  skos:prefLabel "Graffiti Genres"@en ;
  skos:member wt:private_commissioned_art .

