@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/62692/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Serenade to Music" ;
    ns1:bass <http://data.carnegiehall.org/names/117630>,
        <http://data.carnegiehall.org/names/117631>,
        <http://data.carnegiehall.org/names/117632>,
        <http://data.carnegiehall.org/names/117633> ;
    ns1:mezzo_soprano <http://data.carnegiehall.org/names/117622>,
        <http://data.carnegiehall.org/names/117623>,
        <http://data.carnegiehall.org/names/117624>,
        <http://data.carnegiehall.org/names/117625> ;
    ns1:soprano <http://data.carnegiehall.org/names/102584>,
        <http://data.carnegiehall.org/names/117619>,
        <http://data.carnegiehall.org/names/117620>,
        <http://data.carnegiehall.org/names/117621> ;
    ns1:tenor <http://data.carnegiehall.org/names/117626>,
        <http://data.carnegiehall.org/names/117627>,
        <http://data.carnegiehall.org/names/117628>,
        <http://data.carnegiehall.org/names/117629> ;
    ns2:performer <http://data.carnegiehall.org/names/102584>,
        <http://data.carnegiehall.org/names/117619>,
        <http://data.carnegiehall.org/names/117620>,
        <http://data.carnegiehall.org/names/117621>,
        <http://data.carnegiehall.org/names/117622>,
        <http://data.carnegiehall.org/names/117623>,
        <http://data.carnegiehall.org/names/117624>,
        <http://data.carnegiehall.org/names/117625>,
        <http://data.carnegiehall.org/names/117626>,
        <http://data.carnegiehall.org/names/117627>,
        <http://data.carnegiehall.org/names/117628>,
        <http://data.carnegiehall.org/names/117629>,
        <http://data.carnegiehall.org/names/117630>,
        <http://data.carnegiehall.org/names/117631>,
        <http://data.carnegiehall.org/names/117632>,
        <http://data.carnegiehall.org/names/117633> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/15936> .

