@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 valo: <http://www.yso.fi/onto/valo/> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .

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

valo:p894
  skos:broader valo:p308 ;
  dc11:source "Yleinen Suomalainen Asiasanasto#piirustustaide" ;
  skos:exactMatch yso:p2665 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "piirustustaide"@fi ;
  a skos:Concept .

valo:p308
  skos:prefLabel "kuvataide"@fi ;
  a skos:Concept ;
  skos:narrower valo:p894 .

yso:p2665
  skos:prefLabel "teckningskonst"@sv, "art of drawing"@en, "piirustustaide"@fi ;
  a skos:Concept .

