@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 ysa: <http://www.yso.fi/onto/ysa/> .

yso:p1223
  skos:prefLabel "cars"@en, "bilar"@sv, "autot"@fi ;
  a skos:Concept ;
  skos:narrower yso:p1991 .

yso:p2062
  skos:prefLabel "traffic services"@en, "trafikservice"@sv, "liikennepalvelut"@fi ;
  a skos:Concept ;
  skos:related yso:p1991 .

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

yso:p8852
  skos:prefLabel "invataksit (autot)"@fi, "invalidtaxi"@sv, "disabled taxies"@en ;
  a skos:Concept ;
  skos:broader yso:p1991 .

yso:p1991
  skos:broader yso:p1223 ;
  skos:prefLabel "taxibilar"@sv, "taxis"@en, "taksit (autot)"@fi ;
  skos:inScheme yso:conceptscheme ;
  skos:narrower yso:p8852 ;
  skos:related yso:p2062, yso:p1990 ;
  a skos:Concept ;
  skos:closeMatch ysa:Y5170 ;
  skos:altLabel "taksit"@fi .

yso:p14445 skos:narrowMatch yso:p1991 .
yso:p1990
  skos:prefLabel "taksit (kuljetuspalvelut)"@fi, "taxibilar"@sv, "taxis"@en ;
  a skos:Concept ;
  skos:related yso:p1991 .

