@prefix ns1: <https://martial.is/entity/> .
@prefix ns2: <https://w3id.org/martialis/ontology#> .
@prefix schema: <https://schema.org/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

ns1:01KYSNKBS40VV06ZTP8RZPR29E a ns2:Place ;
    <http://www.w3.org/ns/prov#wasDerivedFrom> ns1:01KYSNKBRXZBXTADEA0ET726M4 ;
    schema:keywords "quebec", "canada", "city" ;
    schema:location _:b1418 ;
    schema:name "Montréal"@fr, "Montreal"@en ;
    ns2:hasEvidence _:b1419 ;
    ns2:placeType <https://w3id.org/martialis/vocab/place-classification/other> .
_:b1419 a ns2:SourceAssertionRelation ;
    ns2:basedOnSource ns1:01KYSNKBRXZBXTADEA0ET726M4 ;
    ns2:coversProperty schema:location, schema:name ;
    ns2:evidenceWeight <https://w3id.org/martialis/vocab/evidence-weight/high> ;
    ns2:quotation "St-Pierre fought out of Montreal, Quebec, Canada." ;
    ns2:sourceRefType <https://w3id.org/martialis/vocab/source-ref-type/secondary> ;
    ns2:supports true .
_:b1418 schema:addressCountry <http://publications.europa.eu/resource/authority/country/CAN> ;
    schema:name "Montreal" ;
    schema:sameAs <http://www.wikidata.org/entity/Q340> .
