@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/TTL2262> skos:exactMatch tero:TTL2262 .
tero:TTL2262
  skosext:broaderGeneric tero:p1179 ;
  skos:broader tero:p1179 ;
  skos:related tero:p9369 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2262> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "postmen"@en, "brevbärare, postiljoner"@sv, "postinkantajat"@fi ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
tero:p1179
  skos:prefLabel "occupations"@en, "yrken"@sv, "ammatit"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2262 .

tero:p9369
  skos:prefLabel "postilaitos"@fi, "postal services"@en, "postverk"@sv ;
  a skos:Concept ;
  skos:related tero:TTL2262 .

