@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix puho: <http://www.yso.fi/onto/puho/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

yso:p6702
  skos:prefLabel "credits"@en, "krediter"@sv, "luotot"@fi ;
  a skos:Concept ;
  skos:narrower yso:p6700 .

yso:p6700
  skos:broader yso:p6702 ;
  skos:related yso:p6701, yso:p6703 ;
  skos:inScheme puho:conceptscheme ;
  skos:prefLabel "konsumtionskrediter"@sv, "consumer credits"@en, "kulutusluotot"@fi ;
  a skos:Concept .

yso:p6703
  skos:prefLabel "avbetalningsköp"@sv, "hire purchase"@en, "osamaksukauppa"@fi ;
  a skos:Concept ;
  skos:related yso:p6700 .

yso:p6701
  skos:prefLabel "credit sale"@en, "luottokauppa"@fi, "kreditköp"@sv ;
  a skos:Concept ;
  skos:related yso:p6700 .

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

