@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/TTL1139> skos:exactMatch tero:TTL1139 .
tero:p706
  skos:prefLabel "motion"@en, "rörelse"@sv, "liike"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1139 .

tero:conceptscheme a skos:ConceptScheme .
tero:TTL1139
  skos:broader tero:p706 ;
  skos:prefLabel "luftrörelse"@sv, "ilman liike"@fi, "air velocity"@en ;
  skos:related tero:p6628, tero:TTL3238, tero:p5431 ;
  skos:inScheme tero:conceptscheme ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1139> ;
  skosext:broaderGeneric tero:p706 ;
  a skos:Concept .

tero:TTL3238
  skos:prefLabel "drag"@sv, "veto"@fi, "draught"@en ;
  a skos:Concept ;
  skos:related tero:TTL1139 .

tero:p6628
  skos:prefLabel "ventilation"@en, "ventilation"@sv, "ilmastointi"@fi ;
  a skos:Concept ;
  skos:related tero:TTL1139 .

tero:p5431
  skos:prefLabel "ventilation"@en, "ventilation"@sv, "ilmanvaihto"@fi ;
  a skos:Concept ;
  skos:related tero:TTL1139 .

