@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 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:p8637 skos:narrowMatch yso:p11526 .
yso:p11526
  skos:broader yso:p207 ;
  skos:prefLabel "struktur"@sv, "structure"@en, "rakenne (konkreettinen eloton objekti)"@fi ;
  skos:closeMatch ysa:Y10029 ;
  rdfs:comment "vars. tekn. olennainen, koostettu osa, konstruktio; vrt. rakennelma" ;
  a skos:Concept ;
  dc11:source "Suomen kielen perussanakirja" ;
  skos:altLabel "struktuuri"@fi, "rakenne"@fi ;
  skos:inScheme yso:conceptscheme .

yso:p207
  skos:prefLabel "konkreettinen eloton objekti"@fi ;
  a skos:Concept ;
  skos:narrower yso:p11526 .

