@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://www.usadojo.com/emilio-mel-bruno/> .

ns1:01KYMWJH24VAYQ8H59YVKK5EFX a ns2:Place ;
    schema:address "1 Washington Sq, San Jose, CA 95192" ;
    schema:alternateName "San Jose State College"@en ;
    schema:keywords "judo", "university", "california" ;
    schema:location _:b5448 ;
    schema:name "San Jose State University"@en ;
    ns2:foundedEvent _:b5449 ;
    ns2:hasEvidence _:b5451, _:b5450 ;
    ns2:hasInstructorRole _:b5452 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/university> .
_:b5452 a ns2:InstructorRole ;
    ns2:hasEvidence _:b5453 ;
    ns2:instructor ns1:01KYMDKKCPZRCC1AKKWAERY02W ;
    ns2:instructorCapacity <https://w3id.org/martialis/vocab/instructor-capacity/instructor> ;
    ns2:instructorPeriod _:b5454 .
_:b5454 a ns2:TimeInterval ;
    ns2:endYear "1941"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:startYear "1938"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b5453 a ns2:SourceAssertionRelation ;
    schema:citation "Emilio Mel Bruno - USAdojo" ;
    schema:url <https://www.usadojo.com/emilio-mel-bruno/> ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "From 1938-1941, Mel Bruno taught judo at San Jose State University" ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b5451 a ns2:SourceAssertionRelation ;
    schema:citation "San Jose State University - Wikipedia EN" ;
    schema:url <https://en.wikipedia.org/wiki/San_Jose_State_University> ;
    ns2:coversProperty schema:description, ns2:foundedEvent, schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b5450 a ns2:SourceAssertionRelation ;
    schema:citation "Emilio Mel Bruno - USAdojo" ;
    schema:url <https://www.usadojo.com/emilio-mel-bruno/> ;
    ns2:coversProperty ns2:hasInstructorRole ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b5449 a ns2:LifeEvent ;
    schema:startDate "1857" ;
    ns2:earliestYear "1857"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:latestYear "1857"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b5448 schema:addressCountry <http://publications.europa.eu/resource/authority/country/USA> ;
    schema:name "San Jose" ;
    schema:sameAs <http://www.wikidata.org/entity/Q16553> .
