@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix maotao: <http://www.yso.fi/onto/mao/> .
@prefix tao: <http://www.yso.fi/onto/tao/> .

yso:conceptscheme
  rdfs:label "http://www.yso.fi/onto/yso" ;
  a skos:ConceptScheme .

maotao:p2508 skos:exactMatch tao:p1772 .
yso:p9194
  skos:prefLabel "material culture"@en, "aineellinen kulttuuri"@fi, "materiell kultur"@sv ;
  a skos:Concept .

tao:p1772
  skos:broader tao:p370 ;
  skos:related tao:p1193 ;
  skos:altLabel "esineellinen kulttuuri"@fi ;
  skos:exactMatch yso:p9194 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "aineellinen kulttuuri"@fi ;
  a skos:Concept .

tao:p1193
  skos:prefLabel "perinne"@fi ;
  a skos:Concept ;
  skos:related tao:p1772 .

tao:p370
  skos:prefLabel "kulttuuri"@fi ;
  a skos:Concept ;
  skos:narrower tao:p1772 .

