@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/6052> a ns1:Event ;
    rdfs:label "National Championship of College A Cappella" ;
    ns1:description "awards ceremony",
        "choir performance",
        "competition" ;
    ns1:location <http://data.carnegiehall.org/venues/94684> ;
    ns1:organizer <http://data.carnegiehall.org/names/73> ;
    ns1:startDate "1997-04-26T20:00:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/6052/work_01>,
        <http://data.carnegiehall.org/events/6052/work_02> ;
    rdfs:comment """The 1997 National Championship of College a cappella featuring the regional winners.\r
Presented by Smokin'Fish Records and the Contemporary A Cappella Society of America (CASA).\r
Stanford University's Talisman a cappella won the competition.\r
John Legend (born John Stephens) was a member of the University of Pennsylvania's Counterparts and participated in the competiton.\r
""" .

