@prefix ns1: <http://purl.org/ontology/mo/> .
@prefix ns2: <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/52779> a ns2:Event ;
    rdfs:label "Chris Thile, Mandolin" ;
    ns1:genre <http://data.carnegiehall.org/genres/40>,
        <http://data.carnegiehall.org/genres/51> ;
    ns2:location <http://data.carnegiehall.org/venues/65521> ;
    ns2:organizer <http://data.carnegiehall.org/names/271> ;
    ns2:startDate "2013-10-22T19:30:00"^^xsd:dateTime ;
    ns2:subEvent <http://data.carnegiehall.org/events/52779/work_01> ;
    rdfs:comment """Chris Thile performed solo violin works on the mandolin by J. S. Bach, drawn from his forthcoming recording, Bach Sonatas & Partitas Vol. 1, as well as his own compositions and contemporary music.\r
The program was announced from stage, and was performed with no intermission.""" .

