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

tero:p467
  skos:prefLabel "inspections"@en, "granskningar"@sv, "tarkastukset"@fi ;
  a skos:Concept ;
  skos:related tero:TTL2700 .

tero:conceptscheme a skos:ConceptScheme .
tero:p9583
  skos:prefLabel "anvisningar"@sv, "instructions"@en, "ohjeet"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2700 .

<http://www.yso.fi/onto/ttl/TTL2700> skos:exactMatch tero:TTL2700 .
tero:TTL2700
  skosext:broaderGeneric tero:p9583 ;
  skos:broader tero:p9583 ;
  skos:related tero:p467 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2700> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "inspection instructions"@en, "granskningsanvisningar"@sv, "tarkastusohjeet"@fi ;
  a skos:Concept .

