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

<http://data.carnegiehall.org/events/49939/work_11> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Piano Concerto" ;
    ns1:chamber_ensemble <http://data.carnegiehall.org/names/90905> ;
    ns1:double_bass <http://data.carnegiehall.org/names/76892> ;
    ns1:keyboard <http://data.carnegiehall.org/names/90904> ;
    ns1:percussion <http://data.carnegiehall.org/names/48390> ;
    ns1:piano <http://data.carnegiehall.org/names/82359> ;
    ns1:saxophone <http://data.carnegiehall.org/names/88464> ;
    ns1:soprano <http://data.carnegiehall.org/names/32417> ;
    ns1:trombone <http://data.carnegiehall.org/names/90910> ;
    ns1:trumpet <http://data.carnegiehall.org/names/82914> ;
    ns2:performer <http://data.carnegiehall.org/names/32417>,
        <http://data.carnegiehall.org/names/48390>,
        <http://data.carnegiehall.org/names/76892>,
        <http://data.carnegiehall.org/names/82359>,
        <http://data.carnegiehall.org/names/82914>,
        <http://data.carnegiehall.org/names/88464>,
        <http://data.carnegiehall.org/names/90904>,
        <http://data.carnegiehall.org/names/90905>,
        <http://data.carnegiehall.org/names/90910> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/84322> ;
    rdfs:comment "world premiere" .

