@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/> .

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

yso:p14764
  skos:prefLabel "programindustri"@sv, "ohjelmistoteollisuus"@fi, "software industry"@en ;
  a skos:Concept ;
  skos:related yso:p14763 .

yso:p998
  skos:prefLabel "industri"@sv, "industry"@en, "teollisuus"@fi ;
  a skos:Concept ;
  skos:narrower yso:p14763 .

yso:p14763
  skos:broader yso:p998 ;
  skos:closeMatch ysa:Y18689 ;
  skos:related yso:p14764 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "informationsindustri"@sv, "information industry"@en, "tietoteollisuus"@fi ;
  a skos:Concept .

