@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/32414/work_22> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "America the Beautiful" ;
    ns1:choir <http://data.carnegiehall.org/names/140489>,
        <http://data.carnegiehall.org/names/140490>,
        <http://data.carnegiehall.org/names/140492>,
        <http://data.carnegiehall.org/names/140494>,
        <http://data.carnegiehall.org/names/140499>,
        <http://data.carnegiehall.org/names/140500>,
        <http://data.carnegiehall.org/names/140502>,
        <http://data.carnegiehall.org/names/140504> ;
    ns1:concert_band <http://data.carnegiehall.org/names/140507> ;
    ns1:conductor <http://data.carnegiehall.org/names/140508> ;
    ns2:performer <http://data.carnegiehall.org/names/140489>,
        <http://data.carnegiehall.org/names/140490>,
        <http://data.carnegiehall.org/names/140492>,
        <http://data.carnegiehall.org/names/140494>,
        <http://data.carnegiehall.org/names/140499>,
        <http://data.carnegiehall.org/names/140500>,
        <http://data.carnegiehall.org/names/140502>,
        <http://data.carnegiehall.org/names/140504>,
        <http://data.carnegiehall.org/names/140507>,
        <http://data.carnegiehall.org/names/140508> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/123949> .

