@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:01M1KR4J6EAW6HM6DHQC6MMW41 a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KZ7330AK37C9BFBPZ95ASM9E ;
    schema:alternateName "Morihiro Okada"@en ;
    schema:name "Okada Morihiro"@ja-latn ;
    schema:nationality _:b10101 ;
    ns2:birthEvent _:b10102 ;
    ns2:deathEvent _:b10103 ;
    ns2:hasEvidence _:b10104 ;
    ns2:researchNote "A disciple of Nakayama Hakudo who ran a dojo teaching several French practitioners, including Claude Durix - see database/persons/FRA/Durix_Claude.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KZ6KZZG7DK3DDAYW3T05NZQ0 .
_:b10104 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZ7330AK37C9BFBPZ95ASM9E ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/medium> ;
    ns2:quotation "C. Durix est amené à pratiquer au Dojo de Morihiro Okada Sensei (disciple de Nakayama Hakudo Sensei également) qui enseignait alors à plusieurs français." ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/primary> ;
    ns2:supports true .
_:b10103 a ns2:LifeEvent .
_:b10102 a ns2:LifeEvent .
_:b10101 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
