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

ns1:01KYYYTTW3C6YEVWBH1GZQXD0W a ns2:Place ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KYSNKBRXZBXTADEA0ET726M4 ;
    schema:address "Manhattan, New York City, United States" ;
    schema:description "Muay Thai gym in Manhattan, New York City, owned and run by English former kickboxer Phil Nurse. Georges St-Pierre trained Muay Thai there with Nurse from 2006 to 2009.\n"@en ;
    schema:keywords "gym", "muay-thai", "new-york", "usa" ;
    schema:location _:b1942 ;
    schema:name "The Wat"@en ;
    ns2:foundedEvent _:b1943 ;
    ns2:hasEvidence _:b1946, _:b1945 ;
    ns2:hasInstructorRole _:b1947 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/gym> .
_:b1947 a ns2:InstructorRole ;
    ns2:hasEvidence _:b1948 ;
    ns2:instructor ns1:01KYSNKBS9J3KZDNJ437DJSRGG ;
    ns2:instructorCapacity <https://w3id.org/martialis/vocab/instructor-capacity/head_instructor> ;
    ns2:instructorPeriod _:b1949 .
_:b1949 a ns2:TimeInterval .
_:b1948 a ns2:SourceAssertionRelation ;
    schema:citation "Phil Nurse - Wikipedia (EN)" ;
    schema:url ns5:Phil_Nurse ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "owner and senior instructor at The Wat in Manhattan, New York City" ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b1946 a ns2:SourceAssertionRelation ;
    schema:citation "Phil Nurse - Wikipedia (EN)" ;
    schema:url ns5:Phil_Nurse ;
    ns2:coversProperty schema:description, ns2:hasInstructorRole, schema:name ;
    ns2:evidenceWeight ns4:high ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b1945 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KYSNKBRXZBXTADEA0ET726M4 ;
    ns2:evidenceWeight ns4:high ;
    ns2:quotation "Between 2006 and 2009, St-Pierre trained in Muay Thai under Phil Nurse at the Wat in New York City." ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b1943 a ns2:LifeEvent ;
    ns2:hasEvidence _:b1944 .
_:b1944 a ns2:SourceAssertionRelation ;
    schema:citation "Phil Nurse - Wikipedia (EN)" ;
    schema:url ns5:Phil_Nurse ;
    ns2:evidenceWeight ns4:medium ;
    ns2:sourceRefType ns3:secondary ;
    ns2:supports true .
_:b1942 schema:addressCountry <http://publications.europa.eu/resource/authority/country/USA> ;
    schema:name "New York City" ;
    schema:sameAs <http://www.wikidata.org/entity/Q60> .
