@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/TTL1404> skos:exactMatch tero:TTL1404 .
tero:conceptscheme a skos:ConceptScheme .
tero:p838
  skos:prefLabel "service"@sv, "services"@en, "palvelut"@fi ;
  a skos:Concept ;
  skos:narrower tero:TTL1404 .

tero:TTL1404
  skosext:broaderGeneric tero:p838 ;
  skos:broader tero:p838 ;
  skos:related tero:p8450 ;
  skos:exactMatch <http://www.yso.fi/onto/ttl/TTL1404> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "biblioteks- och informationstjänster"@sv, "library and information services"@en, "kirjasto- ja informaatiopalvelut"@fi ;
  a skos:Concept .

tero:p8450
  skos:prefLabel "informationstjänster"@sv, "information services"@en, "tietopalvelu"@fi ;
  a skos:Concept ;
  skos:related tero:TTL1404 .

