@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#> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix allars: <http://www.yso.fi/onto/allars/> .

tero:p22
  a skos:Concept ;
  skos:prefLabel "housekeeping advice"@en, "hushållsrådgivning"@sv, "kotitalousneuvonta"@fi ;
  skosext:broaderGeneric tero:p23 ;
  skos:broader tero:p23 ;
  skos:exactMatch ysa:Y96386, yso:p22, allars:Y19641 ;
  skos:inScheme tero:conceptscheme .

ysa:Y96386 skos:exactMatch tero:p22 .
yso:p22 skos:exactMatch tero:p22 .
tero:conceptscheme a skos:ConceptScheme .
tero:p23
  skos:prefLabel "rådgivning"@sv, "guidance"@en, "neuvonta"@fi ;
  a skos:Concept ;
  skos:narrower tero:p22 .

allars:Y19641 skos:exactMatch tero:p22 .
