@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix schema: <https://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ns1:01M1KSJ12QF7MHXYFK8GNKJKFR a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KZ0ZT8VBZWGZK8KN9YK226NJ ;
    schema:name "Toyama Kanken"@ja-latn ;
    schema:nationality _:b841 ;
    ns2:birthEvent _:b842 ;
    ns2:deathEvent _:b843 ;
    ns2:hasEvidence _:b844 ;
    ns2:researchNote "Began teaching Richard Kim kobudo in 1939, per the Kokusai Butokukai timeline - see database/persons/USA/Richard_Kim.yaml. This is very likely the same Kanken Toyama documented elsewhere in karate history (founder of the Shudokan); verify and enrich rather than treating as a separate minor figure." ;
    ns2:teaches ns1:01KZ0ZT8VBPHFXAD3JS8ZRYQWG .
_:b844 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZ0ZT8VBZWGZK8KN9YK226NJ ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/high> ;
    ns2:quotation "1939 He traveled to Japan, where he continued training under Nabu Kentsu and Kenichi Sawai. At the same time he began his lessons in Kobudo Toyama Kanken." ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/secondary> ;
    ns2:supports true .
_:b843 a ns2:LifeEvent .
_:b842 a ns2:LifeEvent .
_:b841 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
