@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/74674/work_08> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "A Charleston Concerto" ;
    ns2:conductor <http://data.carnegiehall.org/names/137063> ;
    ns2:orchestra <http://data.carnegiehall.org/names/137064> ;
    ns2:string_quartet <http://data.carnegiehall.org/names/75649> ;
    ns3:performer <http://data.carnegiehall.org/names/137063>,
        <http://data.carnegiehall.org/names/137064>,
        <http://data.carnegiehall.org/names/75649> ;
    ns1:workPerformed <http://data.carnegiehall.org/works/121010> ;
    rdfs:comment "New York premiere" .

