@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:p14
  skos:prefLabel "ömsesidig aktivitet"@sv, "mutual activity"@en, "keskinäinen toiminta"@fi ;
  a skos:Concept ;
  skos:narrower tero:t130 .

tero:conceptscheme a skos:ConceptScheme .
tero:p8393
  skos:prefLabel "alcohol drinking"@en, "alkoholkonsumtion"@sv, "alkoholinkäyttö"@fi ;
  a skos:Concept ;
  skos:related tero:t130 .

tero:t130
  skosext:broaderGeneric tero:p14 ;
  skos:broader tero:p14 ;
  skos:related tero:p8393 ;
  skos:inScheme tero:conceptscheme ;
  skos:prefLabel "perhe ja alkoholi"@fi ;
  a skos:Concept .

