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

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

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

yso:p3865
  skos:broader yso:p207 ;
  dc11:source "Suomen kielen perussanakirja" ;
  skos:closeMatch ysa:Y19474 ;
  rdfs:comment "rakenteista esim. hissin se osa, jossa kuljetetaan lastia" ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "korit (rakenne)"@fi, "karosserier"@sv, "baskets"@en ;
  a skos:Concept .

