@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <https://schema.org/> .
@prefix ns5: <http://www.wikidata.org/entity/> .
@prefix ns6: <http://publications.europa.eu/resource/authority/country/> .

ns1:01KJJAWN29MA64W22606R3WD6S a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KJJAWN29MA64W22606R3WDA9 ;
    schema:name "Henri Bouchend'Homme"@fr ;
    schema:nationality _:b12813 ;
    ns2:birthEvent _:b12814 ;
    ns2:deathEvent _:b12816 ;
    ns2:hasEvidence _:b12819, _:b12818 ;
    ns2:researchNote "Teacher unidentified; no place, period, or source details recorded for this training relationship." ;
    ns2:taughtAt ns1:01KJJAWN29MA64W22606R3WD8H ;
    ns2:teaches ns1:01KJJAWN29MA64W22606R3WD6R .
_:b12819 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KJJAWN29MA64W22606R3WDA9 ;
    ns2:evidenceWeight ns4:low ;
    ns2:sourceRefType ns3:tertiary ;
    ns2:supports true .
_:b12818 a ns2:SourceAssertionRelation ;
    schema:citation "Judo: da iniciação à Prática" ;
    schema:url <https://search.worldcat.org/title/817030285?oclcNum=817030285> ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:primary ;
    ns2:supports true .
_:b12816 a ns2:LifeEvent ;
    schema:deathPlace _:b12817 .
_:b12817 schema:addressCountry ns6:FRA ;
    schema:sameAs ns5:Q142 .
_:b12814 a ns2:LifeEvent ;
    schema:birthPlace _:b12815 .
_:b12815 schema:addressCountry ns6:FRA ;
    schema:sameAs ns5:Q142 .
_:b12813 schema:addressCountry ns6:FRA ;
    schema:sameAs ns5:Q142 .
