@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:01M1KR4J6E4JP79JVVG7AQVZF8 a ns2:Person ;
    ns5:wasDerivedFrom ns1:01KZM518KZFCYV2ZMS9JNVJNY9, ns1:01KZM518KZFC3R1B9VVFS90HBF ;
    schema:name "Ueshiro Anho"@ja-latn ;
    schema:nationality _:b5174 ;
    ns2:birthEvent _:b5175 ;
    ns2:deathEvent _:b5176 ;
    ns2:hasEvidence _:b5178, _:b5177 ;
    ns2:researchNote "Ansei Ueshiro's father and first karate teacher - see database/persons/JPN/Ueshiro_Ansei.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KZEGKG6QDXQZ3VR0JQ9ZFH26 .
_:b5178 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZM518KZFC3R1B9VVFS90HBF ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "Growing up, he learned Karate from his father. He also received lessons from Entasu Isaenta and Toguichi Seitoku." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b5177 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZM518KZFCYV2ZMS9JNVJNY9 ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "His father, Anho Ueshiro, was his first teacher, along with Entasu Isaenta and Toguchi Seitoku." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b5176 a ns2:LifeEvent .
_:b5175 a ns2:LifeEvent .
_:b5174 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
