@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

yso:p11231
  skos:prefLabel "samhällskonst"@sv, "yhteisötaide"@fi, "community art"@en ;
  skos:broader yso:p20653 ;
  skos:inScheme yso:conceptscheme ;
  skos:related yso:p24180 ;
  a skos:Concept ;
  skos:closeMatch allars:Y30900, ysa:Y112504 ;
  skos:scopeNote "Tarkoittaa taidetta, jota tehdään yhteisön ehdoilla, yhteisön jäsenten kanssa ja heitä varten" ;
  dc11:source "Taideteollinen korkeakoulu" .

yso:p20653
  skos:prefLabel "art forms"@en, "taidelajit"@fi, "konstarter"@sv ;
  a skos:Concept ;
  skos:narrower yso:p11231 .

yso:p24180
  skos:prefLabel "site-specific art"@en, "paikkasidonnainen taide"@fi, "platsspecifik konst"@sv ;
  a skos:Concept ;
  skos:related yso:p11231 .

