@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 schema: <https://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns5: <http://www.w3.org/ns/prov#> .

ns1:01M1KR4J6E3HXQWCNFWN7FDGZ4 a ns2:Person ;
    ns5:wasDerivedFrom ns1:01KZC8XAP8X3JV5CW28PWEVE8S, ns1:01KZC8XAP8845R63MX3AMHQ3YX ;
    schema:name "Teruya Kishin"@ja-latn ;
    schema:nationality _:b11616 ;
    ns2:birthEvent _:b11617 ;
    ns2:deathEvent _:b11618 ;
    ns2:hasEvidence _:b11620, _:b11619 ;
    ns2:researchNote "A Tomari-te master who taught both Kosaku Matsumora and Kokan Oyadomari - see database/persons/JPN/Matsumora_Kosaku.yaml and database/persons/JPN/Oyadomari_Kokan.yaml." ;
    ns2:teaches ns1:01KZC7XZB2M6VP6RJBC3ZE3B2T, ns1:01KZC7XZAYBNYA9T34401D3QJN .
_:b11620 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZC8XAP8845R63MX3AMHQ3YX ;
    ns2:coversProperty schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "He studied Tomari-te under Karyu Uku (aka Giko Uku) and Kishin Teruya." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b11619 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KZC8XAP8X3JV5CW28PWEVE8S ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "Kokan Oyadomari was a disciple to two local masters: Kishin Teruya (1804–1864) and Giko Uku (1800–1850)... Oyadomari was also a disciple of Ason and of Annan." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b11618 a ns2:LifeEvent ;
    schema:deathDate "1864" ;
    ns2:earliestYear "1864"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:latestYear "1864"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b11617 a ns2:LifeEvent .
_:b11616 schema:addressCountry <http://publications.europa.eu/resource/authority/country/JPN> ;
    schema:sameAs <http://www.wikidata.org/entity/Q17> .
