@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:01KJJAWN29MA64W22606R3WD7Z a ns2:Organization ;
    ns5:wasDerivedFrom ns1:01KJJAWN29MA64W22606R3WDAF ;
    schema:description "Judo academy founded by Ryuzo Ogawa in São Paulo"@en, "Academia de judô fundada por Ryuzo Ogawa em São Paulo"@pt ;
    schema:keywords "judo", "academy", "brazil" ;
    schema:location _:b0 ;
    schema:name "Budokan"@ja-latn, "Budokan"@pt, "武道館"@ja ;
    ns2:foundedEvent _:b1 ;
    ns2:hasEvidence _:b3 ;
    ns2:orgType <https://w3id.org/martialis/vocab/org-classification/school> .
_:b3 a ns2:SourceAssertionRelation ;
    schema:citation "Dojô Professor Loanzi - Museu Virtual do Judô" ;
    ns2:basedOnSource ns1:01KJJAWN29MA64W22606R3WDAF ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b1 a ns2:LifeEvent ;
    ns5:wasDerivedFrom ns1:01KJJAWN29MA64W22606R3WDAF ;
    ns2:founder ns1:01KJJAWN28MWKKSN4J02MVY1SZ ;
    ns2:hasEvidence _:b2 .
_:b2 a ns2:SourceAssertionRelation ;
    schema:citation "Dojô Professor Loanzi - Museu Virtual do Judô" ;
    ns2:basedOnSource ns1:01KJJAWN29MA64W22606R3WDAF ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b0 schema:addressCountry <http://publications.europa.eu/resource/authority/country/BRA> ;
    schema:name "São Paulo" ;
    schema:sameAs <http://www.wikidata.org/entity/Q174> .
