@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

<http://www.yso.fi/onto/ttl/TTL2602> skos:exactMatch tero:TTL2602 .
tero:TTL2602
  skos:broader tero:TTL1220, tero:p3664 ;
  a skos:Concept ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "suojajalkineet"@fi, "skyddsskor"@sv, "protective footwear"@en ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2602> ;
  skosext:broaderGeneric tero:p3664, tero:TTL1220 ;
  skos:related tero:p7245 .

tero:conceptscheme a skos:ConceptScheme .
tero:p7245
  skos:prefLabel "skyddskläder"@sv, "protective clothing"@en, "suojavaatteet"@fi ;
  a skos:Concept ;
  skos:related tero:TTL2602 .

tero:TTL1220
  skos:prefLabel "foot and leg protection"@en, "fot och benskydd"@sv, "jalkojen ja säärien suojaimet"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2602 .

tero:p3664
  skos:prefLabel "footwear"@en, "jalkineet"@fi, "skor"@sv ;
  a skos:Concept ;
  skos:narrower tero:TTL2602 .

