@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/TTL1361> skos:exactMatch tero:TTL1361 .
tero:conceptscheme a skos:ConceptScheme .
tero:p19404
  skos:prefLabel "permeability"@en, "permeabilitet"@sv, "läpäisevyys"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1361 .

tero:TTL1361
  skosext:broaderGeneric tero:p19404 ;
  skos:broader tero:p19404 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1361> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "kemisk permeabilitet"@sv, "chemical permeability"@en, "kemikaaliläpäisevyys"@fi ;
  a skos:Concept .

