@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:01M1KR4J6EQMZ906SVVEEEKH2N a ns2:Person ;
    ns5:wasDerivedFrom ns1:01KZM8EFMV5N9FCW279X0RPCXB, ns1:01KZM7FWX5NZ9PJDYNDTZPN1P9 ;
    schema:name "Fernando Yi"@en ;
    ns2:birthEvent _:b10908 ;
    ns2:deathEvent _:b10909 ;
    ns2:hasEvidence _:b10911, _:b10910 ;
    ns2:researchNote "Coached Bert Becerra in judo from 1968 to 1970 - see database/persons/CUB/Bert_Becerra.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KZM7FWX5ED60G33KMWKDRWYT .
_:b10911 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZM7FWX5NZ9PJDYNDTZPN1P9 ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "Sensei Bert Becerra's rise to fame started at age 6 with coaches Fernando Yi and Moc Kan Sent - 2 time Cuban National Champion." ;
    ns2:sourceLocation "senseiF.html" ;
    ns2:sourceLocatorLabel "title-locator" ;
    ns2:sourceRefType ns3:primary ;
    ns2:supports true .
_:b10910 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZM8EFMV5N9FCW279X0RPCXB ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "From this date he start my classes with Master Fernando Yi until 1970." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b10909 a ns2:LifeEvent .
_:b10908 a ns2:LifeEvent .
