@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:01M1KR4J6E4QZG9NPMMJY4KV6S a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KZM7FWX5NZ9PJDYNDTZPN1P9 ;
    schema:name "Ricardo \"El Loco\" Valdez"@en ;
    schema:nationality _:b12753 ;
    ns2:birthEvent _:b12754 ;
    ns2:deathEvent _:b12755 ;
    ns2:hasEvidence _:b12756 ;
    ns2:researchNote "Bert Becerra's Cuban National Team judo coach - see database/persons/CUB/Bert_Becerra.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KZM7FWX5ED60G33KMWKDRWYT .
_:b12756 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZM7FWX5NZ9PJDYNDTZPN1P9 ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/high> ;
    ns2:quotation "Sensei Bert Becerra and his Cuban National Team coach the legendary Ricardo \"El Loco\" Valdez" ;
    ns2:sourceLocation "senseiF.html" ;
    ns2:sourceLocatorLabel "title-locator" ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/primary> ;
    ns2:supports true .
_:b12755 a ns2:LifeEvent .
_:b12754 a ns2:LifeEvent .
_:b12753 schema:addressCountry <http://publications.europa.eu/resource/authority/country/CUB> .
