@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#> .
@prefix kto: <http://www.yso.fi/onto/kto/> .
@prefix ns0: <http://www.yso.fi/onto/kto-meta/> .

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

kto:p736
  a skos:Concept ;
  skos:broader kto:p264 ;
  skos:inScheme yso:conceptscheme ;
  skos:prefLabel "markedness"@en, "markeeritus"@et, "Markiertheit"@de, "tunnusmerkkisyys"@fi ;
  ns0:SemTag "tunnusmerkkisyys" .

kto:p264
  a skos:Concept ;
  skos:narrower kto:p736 ;
  skos:prefLabel "linguistic phenomena"@en, "kielelliset ilmiöt"@fi .

