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

<http://data.carnegiehall.org/events/32820/work_23> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Star Spangled Rhythm: Hit the Road to Dreamland" ;
    ns1:baritone <http://data.carnegiehall.org/names/53028> ;
    ns1:bass <http://data.carnegiehall.org/names/12184> ;
    ns1:narrator <http://data.carnegiehall.org/names/53028> ;
    ns1:tenor <http://data.carnegiehall.org/names/50886>,
        <http://data.carnegiehall.org/names/56580> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/46380> ;
    ns3:performer <http://data.carnegiehall.org/names/12184>,
        <http://data.carnegiehall.org/names/46380>,
        <http://data.carnegiehall.org/names/50886>,
        <http://data.carnegiehall.org/names/53028>,
        <http://data.carnegiehall.org/names/56580> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/25646> .

