@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:01M1KSJ12Q5HGTZ9RSZZ1SJVMC a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KYMTYN1REZC0W5BP1SVP8E43 ;
    schema:name "Martin Burns"@en ;
    schema:nationality _:b5758 ;
    ns2:birthEvent _:b5759 ;
    ns2:deathEvent _:b5760 ;
    ns2:hasEvidence _:b5761 ;
    ns2:researchNote "A professional wrestler who trained Frank Gotch - see database/persons/USA/Frank_Gotch.yaml. Otherwise undocumented here." ;
    ns2:teaches ns1:01KYMTYN1R6BJW843MFKX1XQHB .
_:b5761 a ns2:SourceAssertionRelation ;
    schema:citation "Frank Gotch (Wikipedia EN)" ;
    ns2:basedOnSource ns1:01KYMTYN1REZC0W5BP1SVP8E43 ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/medium> ;
    ns2:quotation "Trained by Martin Burns" ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/secondary> ;
    ns2:supports true .
_:b5760 a ns2:LifeEvent .
_:b5759 a ns2:LifeEvent .
_:b5758 schema:addressCountry <http://publications.europa.eu/resource/authority/country/USA> ;
    schema:sameAs <http://www.wikidata.org/entity/Q30> .
