@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:p38
  skos:prefLabel "annonser"@sv, "notices"@en, "ilmoitukset"@fi ;
  a skos:Concept ;
  skos:narrower tero:TNR911 .

tero:conceptscheme a skos:ConceptScheme .
<http://www.yso.fi/onto/stameta/TNR911> skos:exactMatch tero:TNR911 .
tero:t20
  skos:prefLabel "ennakollinen lastensuojeluilmoitus"@fi ;
  a skos:Concept ;
  skosext:broaderGeneric tero:TNR911 ;
  skos:broader tero:TNR911 .

tero:TNR911
  skosext:broaderGeneric tero:p38 ;
  skos:note "YSOhierB YSO termin alaluokka"@fi ;
  skos:broader tero:p38 ;
  skos:narrower tero:t20 ;
  skos:exactMatch <http://www.yso.fi/onto/stameta/TNR911> ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "lastensuojeluilmoitukset"@fi ;
  a skos:Concept .

