@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <https://schema.org/> .
@prefix ns3: <http://publications.europa.eu/resource/authority/country/> .

ns1:01KJJAWN28MWKKSN4J02MVY1VC a ns2:Person ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KXTSQXW6P83R31HCRY2PRTB4 ;
    schema:name "Matsui Sanzo"@ja-latn, "松井三蔵"@ja ;
    schema:nationality _:b11555 ;
    ns2:birthEvent _:b11556 ;
    ns2:deathEvent _:b11558 ;
    ns2:hasEvidence _:b11560 ;
    ns2:researchNote "Teacher unidentified; no place, period, or source details recorded for this training relationship." ;
    ns2:taughtAt ns1:01KJJAWN29MA64W22606R3WD9A ;
    ns2:teaches ns1:01KJJAWN28MWKKSN4J02MVY1V6, ns1:01KJJAWN28MWKKSN4J02MVY1V7 .
_:b11560 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KXTSQXW6P83R31HCRY2PRTB4 ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/unknown> ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/unknown> ;
    ns2:supports true .
_:b11558 a ns2:LifeEvent ;
    schema:deathDate "1932-06-08" ;
    schema:deathPlace _:b11559 ;
    ns2:earliestYear "1932"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:latestYear "1932"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b11556 a ns2:LifeEvent ;
    schema:birthDate "1861-05-16" ;
    schema:birthPlace _:b11557 ;
    ns2:earliestYear "1861"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:latestYear "1861"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b11557 schema:addressCountry ns3:JPN ;
    schema:name "Higashikaji" .
_:b11555 schema:addressCountry ns3:JPN .
