@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/> .

ns1:01KYMEA0X5BZ7HGQP7N96B7XB3 a ns2:Place ;
    schema:address "6, 大角咀海泓道, Tai Kok Tsui, Kowloon, Hong Kong" ;
    schema:keywords "boxing", "bruce-lee", "school", "hong-kong" ;
    schema:location _:b6951 ;
    schema:name "St. Francis Xavier's College"@en ;
    schema:sameAs <https://www.wikidata.org/wiki/Q7588009> ;
    ns2:hasEvidence _:b6952 ;
    ns2:hasInstructorRole _:b6953 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/school> .
_:b6953 a ns2:InstructorRole ;
    ns2:hasEvidence _:b6954 ;
    ns2:instructor ns1:01KYFWK774DM2KYRNHMWE2H0FY ;
    ns2:instructorCapacity <https://w3id.org/martialis/vocab/instructor-capacity/instructor> ;
    ns2:instructorPeriod _:b6955 .
_:b6955 a ns2:TimeInterval ;
    ns2:endYear "1975"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:startYear "1952"^^<http://www.w3.org/2001/XMLSchema#integer> .
_:b6954 a ns2:SourceAssertionRelation ;
    schema:citation "Obituary of Brother Edward Muss, Hong Kong Catholic Archives, 4 April 1975" ;
    schema:url <https://archives.catholic.org.hk/In%20Memoriam/Clergy-Brother/E-Muss.htm> ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "Taught for 42 years in Tientsin, Shanghai and Hong Kong" ;
    ns2:sourceRefType ns3:primary ;
    ns2:supports true .
_:b6952 a ns2:SourceAssertionRelation ;
    schema:citation "St. Francis Xavier's College - Wikipedia" ;
    schema:url <https://en.wikipedia.org/wiki/St._Francis_Xavier%27s_College> ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b6951 schema:addressCountry <http://publications.europa.eu/resource/authority/country/HKG> ;
    schema:name "Kowloon" ;
    schema:sameAs <http://www.wikidata.org/entity/Q213999> .
