@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:01KZ9TV15D4HRGHSS02JE1R54Z a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KZ9TQS3VNHWPHTJCAKYNERW6 ;
    schema:description "Judo teacher in Tokyo at whose dojo the five-year-old Minoru Mochizuki began judo in 1912, after his family moved to Tokyo."@en ;
    schema:keywords "judo", "japan" ;
    schema:name "Takebe"@ja-latn ;
    schema:nationality _:b10762 ;
    ns2:birthEvent _:b10763 ;
    ns2:deathEvent _:b10764 ;
    ns2:hasEvidence _:b10765 ;
    ns2:researchNote "Full name and kanji unknown; the account comes from Mochizuki's 1987 interview." ;
    ns2:teaches ns1:01KJJAWN28MWKKSN4J02MVY1TX .
_:b10765 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZ9TQS3VNHWPHTJCAKYNERW6 ;
    ns2:coversProperty schema:description, schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/high> ;
    ns2:quotation "C'est là que j'ai commencé à pratiquer le judo en 1912, chez maître Takebe : j'avais 5 ans." ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/primary> ;
    ns2:supports true .
_:b10764 a ns2:LifeEvent .
_:b10763 a ns2:LifeEvent .
_:b10762 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
