@prefix tero: <http://www.yso.fi/onto/tero/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix yso: <http://www.yso.fi/onto/yso/> .
@prefix ysa: <http://www.yso.fi/onto/ysa/> .
@prefix allars: <http://www.yso.fi/onto/allars/> .
@prefix skosext: <http://purl.org/finnonto/schema/skosext#> .

tero:conceptscheme a skos:ConceptScheme .
yso:p1960 skos:exactMatch tero:p1960 .
tero:p1960
  skos:inScheme tero:conceptscheme ;
  skos:exactMatch ysa:Y113256, yso:p1960, allars:Y28058 ;
  skos:prefLabel "wooden sculptures"@en, "träskulpturer"@sv, "puuveistokset"@fi ;
  a skos:Concept ;
  skos:broader tero:p1961 ;
  skosext:broaderGeneric tero:p1961 .

ysa:Y113256 skos:exactMatch tero:p1960 .
tero:p1961
  skos:prefLabel "sculptures"@en, "skulpturer"@sv, "veistokset"@fi ;
  a skos:Concept ;
  skos:narrower tero:p1960 .

allars:Y28058 skos:exactMatch tero:p1960 .
