@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:01M1KR4J6E2V1HMY3XSXP4MMHM a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KYT2PETX8NG5243D55DYB4JC ;
    schema:name "Tony Valpato"@en ;
    ns2:birthEvent _:b3561 ;
    ns2:deathEvent _:b3562 ;
    ns2:hasEvidence _:b3563 ;
    ns2:researchNote "Named by Gilles Dufour as his first Kyokushin combat instructor from 1965, per the Zanshin documentary - see database/persons/CAN/Gilles_Dufour.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KYSPMS1DCZRWP3YDMN8TPA1N .
_:b3563 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KYT2PETX8NG5243D55DYB4JC ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/medium> ;
    ns2:quotation "Mon premier instructeur en Kyokushin qui m'a enseigné le combat, c'est un dénommé Tony Valpato." ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/primary> ;
    ns2:supports true .
_:b3562 a ns2:LifeEvent .
_:b3561 a ns2:LifeEvent .
