@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:p2150
  skos:prefLabel "redskap"@sv, "välineet"@fi ;
  a skos:Concept ;
  skos:narrower tero:D019719 .

tero:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/mesh/D019719> skos:exactMatch tero:D019719 .
tero:D019719
  skos:exactMatch <http://www.yso.fi/onto/mesh/D019719> ;
  skosext:broaderGeneric tero:p2150 ;
  skos:prefLabel "diagnostisk utrustning"@sv, "diagnostiset välineet"@fi, "diagnostic equipment"@en ;
  skos:hiddenLabel "diagnostic equipments"@en, "equipments, diagnostic"@en ;
  skos:inScheme tero:conceptscheme ;
  skos:altLabel "diagnostinen väline"@fi, "equipment, diagnostic"@en ;
  skos:broader tero:p2150 ;
  a skos:Concept .

