@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://publications.europa.eu/resource/authority/country/> .
@prefix ns6: <http://www.w3.org/ns/prov#> .

ns1:01KJJAWN29MA64W22606R3WD66 a ns2:Person ;
    ns6:wasDerivedFrom ns1:01KXTSQXW6P83R31HCRY2PRTB1, ns1:01KJJAWN29MA64W22606R3WDA4 ;
    schema:name "中井 正勝"@ja, "Masakatsu Naka"@ja-latn ;
    schema:nationality _:b1580 ;
    ns2:birthEvent _:b1581 ;
    ns2:deathEvent _:b1583 ;
    ns2:hasEvidence _:b1586, _:b1585 ;
    ns2:researchNote "Teacher unidentified; no place, period, or source details recorded for this training relationship." ;
    ns2:teaches ns1:01KJJAWN28MWKKSN4J02MVY1TV .
_:b1586 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KJJAWN29MA64W22606R3WDA4 ;
    ns2:evidenceWeight ns4:unknown ;
    ns2:sourceRefType ns3:unknown ;
    ns2:supports true .
_:b1585 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KXTSQXW6P83R31HCRY2PRTB1 ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight ns4:unknown ;
    ns2:sourceRefType ns3:unknown ;
    ns2:supports true .
_:b1583 a ns2:LifeEvent ;
    schema:deathPlace _:b1584 .
_:b1581 a ns2:LifeEvent ;
    schema:birthPlace _:b1582 .
_:b1582 schema:addressCountry ns5:JPN .
_:b1580 schema:addressCountry ns5:JPN .
