@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix ns3: <https://w3id.org/martialis/vocab/source-ref-type/> .
@prefix ns4: <https://w3id.org/martialis/vocab/evidence-weight/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <https://schema.org/> .
@prefix ns5: <http://www.w3.org/ns/prov#> .

ns1:01M1KR4J6ES1HT180TPWZ8MRMK a ns2:Person ;
    ns5:wasDerivedFrom ns1:01M0A7YYEFNNVJ1W07NHA7XJHG, ns1:01M0A7YYEFD28J6QHY95BJ2DW7 ;
    schema:name "Uyemura"@en ;
    schema:nationality _:b6741 ;
    ns2:birthEvent _:b6742 ;
    ns2:deathEvent _:b6743 ;
    ns2:hasEvidence _:b6745, _:b6744 ;
    ns2:researchNote "Ran a jujutsu school in Kyoto where Taro Miyake trained (per Miyake's own 1905 interview and a corroborating secondary source) - see database/persons/JPN/Miyake_Taro.yaml. Named only by surname; no other biographical detail available." ;
    ns2:teaches ns1:01M0A7YYEFMKPM42VNW79WTSWR .
_:b6745 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01M0A7YYEFNNVJ1W07NHA7XJHG ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "Miyake had started to learn jujutsu with Tanabe before moving to Kyoto to train with a teacher called Uyemura, before moving to Osaka and training with Handa [Miyake 1905]." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b6744 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01M0A7YYEFD28J6QHY95BJ2DW7 ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "When I was twenty-one, I was appointed instructor to the police at Kioto, and during the time I was there I still went on learning, studying at that time in the great Uyemura School." ;
    ns2:sourceRefType ns3:primary ;
    ns2:supports true .
_:b6743 a ns2:LifeEvent .
_:b6742 a ns2:LifeEvent .
_:b6741 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
