schema {
    kanji: Kanji,
    kotoba: Kotoba
}

type Kanji {

}

type Kotoba {
    
}