@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:01M1KR4J6E27KZJFB5TFRZSCFG a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KZM7FWX5NZ9PJDYNDTZPN1P9 ;
    schema:alternateName "Mazayuki Takahama"@en ;
    schema:name "Takahama Mazayuki"@ja-latn ;
    schema:nationality _:b4202 ;
    ns2:birthEvent _:b4203 ;
    ns2:deathEvent _:b4204 ;
    ns2:hasEvidence _:b4205 ;
    ns2:researchNote "Bert Becerra's first Japanese teacher in Cuba, circa 1954 - see database/persons/CUB/Bert_Becerra.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KZM7FWX5ED60G33KMWKDRWYT .
_:b4205 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZM7FWX5NZ9PJDYNDTZPN1P9 ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/high> ;
    ns2:quotation "His first Japanese teacher in Cuba; Mazayuki Takahama Sensei, circa 1954" ;
    ns2:sourceLocation "senseiF.html" ;
    ns2:sourceLocatorLabel "title-locator" ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/primary> ;
    ns2:supports true .
_:b4204 a ns2:LifeEvent .
_:b4203 a ns2:LifeEvent .
_:b4202 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
