@prefix wt: <http://w3id.org/write/thesaurus/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

wt:public_free_art
  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:narrower wt:public_social_political_art ;
  skos:definition "A genre that embodies the core motivation behind graffiti writing, emphasizing the spontaneous and unrestricted expression of self-identity and artistic freedom in public spaces."@en ;
  skos:prefLabel "public free art"@en ;
  skos:inScheme wt:write_thesaurus ;
  a skos:Concept .

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

wt:public_social_political_art
  skos:prefLabel "public social-political art"@en ;
  a skos:Concept ;
  skos:broader wt:public_free_art .

