@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.w3.org/ns/prov#> .

ns1:01M1KR4J6ETKEKQJW0WHJCWXNG a ns2:Person ;
    ns5:wasDerivedFrom ns1:01KZDSC7FJA4BP8GHD09XYW68Q, ns1:01KZDSC7FJ68A9EVKHZA1ZDWZH ;
    schema:alternateName "Masao Shima"@en ;
    schema:name "Shima Masao"@ja-latn ;
    schema:nationality _:b4849 ;
    ns2:birthEvent _:b4850 ;
    ns2:deathEvent _:b4851 ;
    ns2:hasEvidence _:b4853, _:b4852 ;
    ns2:researchNote "Toshihiro Oshiro's first and main karate sensei, per two independent interviews - see database/persons/JPN/Oshiro_Toshihiro.yaml. Otherwise undocumented." ;
    ns2:teaches ns1:01KZBVGHHA2S95DPKR6CGDPZ8W .
_:b4853 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZDSC7FJA4BP8GHD09XYW68Q ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "At the age of sixteen Mr. Oshiro started his formal training in Matsu-bayashi Shorin-Ryu karate under the tutelage of Senseis Masao Shima and Chokei Kishaba at their dojo in Naha City." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b4852 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZDSC7FJ68A9EVKHZA1ZDWZH ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "My first and main karate sensei was Shima Masao sensei... Shima sensei taught me from the Fukyu gata to Chinto." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b4851 a ns2:LifeEvent .
_:b4850 a ns2:LifeEvent .
_:b4849 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
