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

<http://data.carnegiehall.org/events/20334> a ns1:Event ;
    rdfs:label "Bobby Vinton and Cowboy Tony Garland" ;
    ns2:genre <http://data.carnegiehall.org/genres/35> ;
    ns1:location <http://data.carnegiehall.org/venues/5> ;
    ns1:organizer <http://data.carnegiehall.org/names/106797>,
        <http://data.carnegiehall.org/names/245> ;
    ns1:startDate "1974-12-29T20:30:00"^^xsd:dateTime ;
    ns1:subEvent <http://data.carnegiehall.org/events/20334/work_01>,
        <http://data.carnegiehall.org/events/20334/work_02>,
        <http://data.carnegiehall.org/events/20334/work_03>,
        <http://data.carnegiehall.org/events/20334/work_04>,
        <http://data.carnegiehall.org/events/20334/work_05> ;
    rdfs:comment """Selection information (incomplete, and Bobby Vinton only) has been added as per the review published in the New York Times. According to the review, Bobby Vinton crowned Miss Polish New York on stage and added Polish language lyrics to several of the songs he performed.\r
Dove, Ian. “Music: Polish Power.” The New York Times, 31 Dec. 1974, p. 10.""" .

