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

yso:p6729
  skos:prefLabel "talent"@en, "lahjakkuus"@fi, "begåvning"@sv ;
  a skos:Concept ;
  skos:narrower yso:p9351 .

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

yso:p9351
  skos:broader yso:p6729 ;
  skos:related yso:p23001, yso:p23002 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "mathematical talent"@en, "matemaattinen lahjakkuus"@fi, "matematisk begåvning"@sv ;
  a skos:Concept .

yso:p23001
  skos:prefLabel "mathematical thinking"@en, "matemaattinen ajattelu"@fi, "matematiskt tänkande"@sv ;
  a skos:Concept ;
  skos:related yso:p9351 .

yso:p23002
  skos:prefLabel "mathematical skills"@en, "matemaattiset taidot"@fi, "matematiska färdigheter"@sv ;
  a skos:Concept ;
  skos:related yso:p9351 .

