@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:01M1KR4J6E4KNW44WVG9Z6G7PE a ns2:Person ;
    schema:name "島村勇雄"@ja, "Shimamura Yuyu"@ja-latn ;
    schema:nationality _:b6938 ;
    ns2:birthEvent _:b6939 ;
    ns2:deathEvent _:b6940 ;
    ns2:hasEvidence _:b6941 ;
    ns2:researchNote "Kubota-ha Tamiya-ryu teacher under whom Tadaatsu Shingai enrolled from age 12 - see database/persons/JPN/Shingai_Tadaatsu.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KJJAWN28MWKKSN4J02MVY1VA .
_:b6941 a ns2:SourceAssertionRelation ;
    schema:citation "真貝忠篤 - Wikipedia" ;
    schema:url <https://ja.wikipedia.org/wiki/%E7%9C%9F%E8%B2%9D%E5%BF%A0%E7%AF%A4> ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/medium> ;
    ns2:quotation "12歳で窪田派田宮流の島村勇雄に入門" ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/secondary> ;
    ns2:supports true .
_:b6940 a ns2:LifeEvent .
_:b6939 a ns2:LifeEvent .
_:b6938 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
