@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/TTL187> skos:exactMatch tero:TTL187 .
tero:TTL187
  skosext:broaderGeneric tero:p1130 ;
  skos:broader tero:p1130 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL187> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "asynkronisk arbetstid"@sv, "asynkroninen työaika"@fi, "asyncronic working time"@en ;
  a skos:Concept .

tero:conceptscheme a skos:ConceptScheme .
tero:p1130
  skos:prefLabel "working time, working hours"@en, "arbetstid"@sv, "työaika"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL187 .

