@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 ns3: <https://w3id.org/martialis/vocab/source-ref-type/> .
@prefix ns4: <https://w3id.org/martialis/vocab/evidence-weight/> .
@prefix schema: <https://schema.org/> .
@prefix ns5: <https://en.wikipedia.org/wiki/> .
@prefix ns6: <http://shotokan.caltech.edu/> .

ns1:01KYMWJH24H4HBJ1RYE2GZ0KNT a ns2:Place ;
    schema:address "1200 East California Blvd, Pasadena, CA 91125" ;
    schema:keywords "first-in-us", "university-club", "shotokan-karate", "caltech" ;
    schema:location _:b2320 ;
    schema:logo _:b2321 ;
    schema:name "Caltech Karate Club"@en ;
    ns2:foundedEvent _:b2323 ;
    ns2:hasEvidence _:b2326, _:b2325 ;
    ns2:hasInstructorRole _:b2327 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/club> .
_:b2327 a ns2:InstructorRole ;
    ns2:hasEvidence _:b2328 ;
    ns2:instructor ns1:01KYFZEGYNKYFCPETS9G1N9KBW ;
    ns2:instructorCapacity <https://w3id.org/martialis/vocab/instructor-capacity/head_instructor> ;
    ns2:instructorPeriod _:b2329 .
_:b2329 a ns2:TimeInterval ;
    ns2:endYear "1994"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:startYear "1957"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b2328 a ns2:SourceAssertionRelation ;
    schema:citation "Tsutomu Ohshima - Wikipedia EN" ;
    schema:url ns5:Tsutomu_Ohshima ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "He founded the first university karate club in the US at the California Institute of Technology (Caltech) in 1957" ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b2326 a ns2:SourceAssertionRelation ;
    schema:citation "Caltech Karate Club - Tsutomu Ohshima" ;
    schema:url ns6:ohshima.html ;
    ns2:coversProperty schema:description, ns2:foundedEvent ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:primary ;
    ns2:supports true .
_:b2325 a ns2:SourceAssertionRelation ;
    schema:citation "Tsutomu Ohshima - Wikipedia EN" ;
    schema:url ns5:Tsutomu_Ohshima ;
    ns2:coversProperty ns2:hasInstructorRole, ns2:foundedEvent, schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b2323 a ns2:LifeEvent ;
    schema:startDate "1957" ;
    ns2:earliestYear "1957"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:founder ns1:01KYFZEGYNKYFCPETS9G1N9KBW ;
    ns2:hasEvidence _:b2324 ;
    ns2:latestYear "1957"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b2324 a ns2:SourceAssertionRelation ;
    schema:citation "Caltech Karate Club - Tsutomu Ohshima" ;
    schema:url ns6:ohshima.html ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "The first university karate club in the United States was founded by Mr. Ohshima, at the California Institute of Technology in Pasadena, CA, in 1957" ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b2321 schema:contentUrl ns6:skalogo.gif ;
    ns2:imageAttribution _:b2322 .
_:b2322 schema:citation "Caltech Karate Club website" ;
    schema:url <http://shotokan.caltech.edu/> ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary .
_:b2320 schema:addressCountry <http://publications.europa.eu/resource/authority/country/USA> ;
    schema:name "Pasadena" ;
    schema:sameAs <http://www.wikidata.org/entity/Q485176> .
