@prefix ns1: <http://schema.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/events/42394> a ns1:Event ;
    rdfs:label "Fencing Match: Lucien Mérignac vs. Giuseppe Galante" ;
    ns1:description "competition" ;
    ns1:location <http://data.carnegiehall.org/venues/9> ;
    ns1:organizer <http://data.carnegiehall.org/names/258> ;
    ns1:startDate "1906-02-27T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/42394/work_01> ;
    rdfs:comment """Entered from newspaper articles; stated time is approximate.  \r
Lucien Merignac and Giuseppe Galante fought eight bouts, five resulting in draws and two in victories for Merignac; Galante scored one victory.\r
The sun. (New York [N.Y.]), 28 Feb. 1906. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030272/1906-02-28/ed-1/seq-5/" target="_blank">Link to article</a>.\r
New-York tribune. (New York [N.Y.]), 28 Feb. 1906. Chronicling America: Historic American Newspapers. Lib. of Congress. <a rel="noopener noreferrer" class="external" href="https://chroniclingamerica.loc.gov/lccn/sn83030214/1906-02-28/ed-1/seq-10/" target="_blank">Link to article</a>.""" .

