@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/13484/work_05> a <http://data.carnegiehall.org/model/WorkPerformance>,
        <http://www.wikidata.org/entity/Q204854> ;
    rdfs:label "Crockett" ;
    ns1:actor <http://data.carnegiehall.org/names/11580> ;
    ns1:baritone <http://data.carnegiehall.org/names/26480> ;
    ns1:clarinet <http://data.carnegiehall.org/names/51350> ;
    ns1:double_bass <http://data.carnegiehall.org/names/50787> ;
    ns1:flute <http://data.carnegiehall.org/names/35504> ;
    ns1:guitar <http://data.carnegiehall.org/names/40639> ;
    ns1:trombone <http://data.carnegiehall.org/names/34054> ;
    ns1:violin <http://data.carnegiehall.org/names/41525> ;
    ns2:performer <http://data.carnegiehall.org/names/11580>,
        <http://data.carnegiehall.org/names/26480>,
        <http://data.carnegiehall.org/names/34054>,
        <http://data.carnegiehall.org/names/35504>,
        <http://data.carnegiehall.org/names/40639>,
        <http://data.carnegiehall.org/names/41525>,
        <http://data.carnegiehall.org/names/50787>,
        <http://data.carnegiehall.org/names/51350> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/32948> ;
    rdfs:comment "New York premiere" .

