@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:conceptscheme a skos:ConceptScheme .
tero:p9809
  skos:prefLabel "lighting, illumination"@en, "valaistus"@fi, "belysning"@sv ;
  a skos:Concept ;
  skos:related tero:TTL1109 .

<http://www.yso.fi/onto/ttl/TTL1109> skos:exactMatch tero:TTL1109 .
tero:TTL1109
  skosext:broaderGeneric tero:p949 ;
  skos:broader tero:p949 ;
  skos:related tero:p9809 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1109> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "glare"@en, "häikäisy"@fi, "bländning"@sv ;
  a skos:Concept .

tero:p949
  skos:prefLabel "physical phenomena"@en, "fysikaliska fenomen"@sv, "fysikaaliset ilmiöt"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1109 .

