@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:01M1KJ1TY2A7WN2BYYW1AMQ1B3 a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KYEZC8789TAA85RW0RBYE009 ;
    schema:name "Peter Burns"@en ;
    ns2:birthEvent _:b519 ;
    ns2:deathEvent _:b520 ;
    ns2:hasEvidence _:b521 ;
    ns2:researchNote "One of the wrestlers Billy Riley trained under, per Wikipedia - see database/persons/GBR/Billy_Riley.yaml. Documented in wrestling history but details are sparse; nationality not established from the source. A common name - not to be confused with any other Peter Burns." ;
    ns2:teaches ns1:01KYEZC879D48ZHB2QX45XRS35 .
_:b521 a ns2:SourceAssertionRelation ;
    schema:citation "Billy Riley (Wikipedia EN)" ;
    ns2:basedOnSource ns1:01KYEZC8789TAA85RW0RBYE009 ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/medium> ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/secondary> ;
    ns2:supports true .
_:b520 a ns2:LifeEvent .
_:b519 a ns2:LifeEvent .
