@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:01M1KSJ12Q2ATS2T25TKR2SR2Z a ns2:Person ;
    schema:name "野田 権三郎"@ja, "Noda Kensaburo"@ja-latn ;
    schema:nationality _:b12761 ;
    ns2:birthEvent _:b12762 ;
    ns2:deathEvent _:b12763 ;
    ns2:hasEvidence _:b12764 ;
    ns2:researchNote "Taught Shuichi Nagaoka Kito-ryu jujutsu in Okayama before Nagaoka moved to Tokyo in 1892 - see database/persons/JPN/Nagaoka_Shuichi.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KJJAWN28MWKKSN4J02MVY1VE .
_:b12764 a ns2:SourceAssertionRelation ;
    schema:citation "Shuichi Nagaoka - Wikipedia" ;
    schema:url <https://en.wikipedia.org/wiki/Shuichi_Nagaoka> ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/medium> ;
    ns2:quotation "He trained in Kito-ryu jujutsu under Noda Kensaburo (野田 権三郎) in Okayama before moving to Tokyo in 1892." ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/secondary> ;
    ns2:supports true .
_:b12763 a ns2:LifeEvent .
_:b12762 a ns2:LifeEvent .
_:b12761 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
