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

<http://data.carnegiehall.org/events/15062/work_35> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Star Spangled Banner" ;
    ns2:choir <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/13463>,
        <http://data.carnegiehall.org/names/16131>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/27745>,
        <http://data.carnegiehall.org/names/3209>,
        <http://data.carnegiehall.org/names/32381>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/37708>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/43162>,
        <http://data.carnegiehall.org/names/675>,
        <http://data.carnegiehall.org/names/73725>,
        <http://data.carnegiehall.org/names/90402>,
        <http://data.carnegiehall.org/names/9968> ;
    ns2:conductor <http://data.carnegiehall.org/names/14688> ;
    ns2:piano <http://data.carnegiehall.org/names/49040> ;
    ns1:performer <http://data.carnegiehall.org/names/10389>,
        <http://data.carnegiehall.org/names/13463>,
        <http://data.carnegiehall.org/names/14688>,
        <http://data.carnegiehall.org/names/16131>,
        <http://data.carnegiehall.org/names/24372>,
        <http://data.carnegiehall.org/names/27745>,
        <http://data.carnegiehall.org/names/3209>,
        <http://data.carnegiehall.org/names/32381>,
        <http://data.carnegiehall.org/names/34576>,
        <http://data.carnegiehall.org/names/37708>,
        <http://data.carnegiehall.org/names/37862>,
        <http://data.carnegiehall.org/names/43162>,
        <http://data.carnegiehall.org/names/49040>,
        <http://data.carnegiehall.org/names/675>,
        <http://data.carnegiehall.org/names/73725>,
        <http://data.carnegiehall.org/names/90402>,
        <http://data.carnegiehall.org/names/9968> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/44234> .

