@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 schema: <https://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ns1:01KYSNKBS8KT92XAMGEFQDWBXW a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KYSNKBRXZBXTADEA0ET726M4 ;
    schema:description "Brazilian jiu-jitsu black belt and instructor, best known for awarding Georges St-Pierre his BJJ black belt in September 2008. Fernandes was a top representative of the Gracie Barra team in the early 2000s and later moved to Montreal, Canada, where he became a coach at Tristar Gym and founded the first Gracie Barra academy in Montreal.\n"@en ;
    schema:keywords "gracie-barra", "brazilian-jiu-jitsu", "instructor", "montreal" ;
    schema:name "Bruno Fernandes"@pt, "Bruno Fernandes"@en ;
    schema:nationality _:b718 ;
    ns2:birthEvent _:b719 ;
    ns2:deathEvent _:b720 ;
    ns2:hasEvidence _:b722, _:b721 ;
    ns2:researchNote "A black belt under Renzo Gracie per Gracie Barra lineage; specific details of his instructor have not been verified in published sources." ;
    ns2:teaches ns1:01KYSNKBS5KSZZQJRZNJ3YXS9Y .
_:b722 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KYSNKBRXZBXTADEA0ET726M4 ;
    ns2:coversProperty schema:description ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "In September 2008, St-Pierre earned his black belt in Brazilian jiu-jitsu under Bruno Fernandes." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b721 a ns2:SourceAssertionRelation ;
    schema:citation "BJJ Heroes: Bruno Fernandes" ;
    schema:url <https://www.bjjheroes.com/?s=bruno+fernandes> ;
    ns2:coversProperty schema:description, schema:name ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b720 a ns2:LifeEvent .
_:b719 a ns2:LifeEvent .
_:b718 schema:addressCountry <http://publications.europa.eu/resource/authority/country/BRA> ;
    schema:sameAs <http://www.wikidata.org/entity/Q155> .
