@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix schema: <https://schema.org/> .

ns1:01KYSNKBRY7A5R1KTG801VBP5G a ns2:Source ;
    schema:datePublished "2013" ;
    schema:description "Autobiography of Georges St-Pierre, covering his childhood in Quebec, his introduction to Kyokushin karate, his development as a mixed martial artist, and his philosophy on training and life"@en ;
    schema:inLanguage "en" ;
    schema:isbn "9781443413466" ;
    schema:keywords "mma", "autobiography" ;
    schema:name "The Way of the Fight" ;
    schema:publisher _:b6813 ;
    ns2:earliestYear "2013"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:hasContributor _:b6815, _:b6814 ;
    ns2:latestYear "2013"^^<http://www.w3.org/2001/XMLSchema#integer> ;
    ns2:sourceType "book" .
_:b6815 schema:name "St-Pierre, Georges" ;
    ns2:contributorRole "author" .
_:b6814 schema:name "Kingsley, Justin" ;
    ns2:contributorRole "author" .
_:b6813 schema:name "HarperCollins" .
