@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:p752
  skos:prefLabel "lifting equipment"@en, "lyftanordningar"@sv, "nostolaitteet"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL2033 .

<http://www.yso.fi/onto/ttl/TTL2033> skos:exactMatch tero:TTL2033 .
tero:conceptscheme a skos:ConceptScheme .
tero:TTL2033
  skosext:broaderGeneric tero:p752 ;
  skos:broader tero:p752 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL2033> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "lyfthjälpmedel"@sv, "lifting aids"@en, "nostoapuvälineet"@fi ;
  a skos:Concept .

