@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:01M1KSJ12QYNKK5V7N1TWK2YZH a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KYZ31HT308QY9B28V9ESZFF9 ;
    schema:name "Georges Mehdi"@en ;
    schema:nationality _:b12757 ;
    ns2:birthEvent _:b12758 ;
    ns2:deathEvent _:b12759 ;
    ns2:hasEvidence _:b12760 ;
    ns2:researchNote "Named as one of Rolls Gracie's teachers, alongside Helio Gracie and Bob Anderson - see database/persons/BRA/Rolls_Gracie.yaml. Otherwise undocumented here." ;
    ns2:teaches ns1:01KYZ31HT3D978KY5GPZAGKV5G .
_:b12760 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KYZ31HT308QY9B28V9ESZFF9 ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/medium> ;
    ns2:quotation "Teachers Helio Gracie, Georges Mehdi, Bob Anderson" ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/secondary> ;
    ns2:supports true .
_:b12759 a ns2:LifeEvent .
_:b12758 a ns2:LifeEvent .
_:b12757 schema:addressCountry <http://publications.europa.eu/resource/authority/country/FRA> .
