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

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

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

yso:p4900
  skos:prefLabel "industrialism"@en, "industrialismi"@fi, "industrialismen"@sv ;
  a skos:Concept ;
  skos:related yso:p4901 .

yso:p8956
  skos:prefLabel "technological development"@en, "teknologisk utveckling"@sv, "teknologinen kehitys"@fi ;
  a skos:Concept ;
  skos:related yso:p4901 .

yso:p2954
  skos:prefLabel "social change"@en, "samhällsförändring"@sv, "yhteiskunnallinen muutos"@fi ;
  a skos:Concept ;
  skos:narrower yso:p4901 .

yso:p4901
  skos:related yso:p4900, yso:p8956, yso:p998 ;
  skos:broader yso:p2954 ;
  skos:prefLabel "industrialisation"@en, "teollistuminen"@fi, "industrialisering"@sv ;
  skos:inScheme yso:conceptscheme ;
  skos:closeMatch allars:Y19972, ysa:Y99409 ;
  a skos:Concept .

