@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/50563/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Song Books (Solos for Voice 3–92)" ;
    ns1:bassoon <http://data.carnegiehall.org/names/92347> ;
    ns1:cello <http://data.carnegiehall.org/names/92346> ;
    ns1:electronics <http://data.carnegiehall.org/names/92352> ;
    ns1:piano <http://data.carnegiehall.org/names/27665>,
        <http://data.carnegiehall.org/names/33493> ;
    ns1:soprano <http://data.carnegiehall.org/names/31864>,
        <http://data.carnegiehall.org/names/40900> ;
    ns1:trombone <http://data.carnegiehall.org/names/92348> ;
    ns1:trumpet <http://data.carnegiehall.org/names/23073> ;
    ns1:viola <http://data.carnegiehall.org/names/80989> ;
    ns1:violin <http://data.carnegiehall.org/names/92345> ;
    ns1:vocalist <http://data.carnegiehall.org/names/65986> ;
    ns2:performer <http://data.carnegiehall.org/names/23073>,
        <http://data.carnegiehall.org/names/27665>,
        <http://data.carnegiehall.org/names/31864>,
        <http://data.carnegiehall.org/names/33493>,
        <http://data.carnegiehall.org/names/40900>,
        <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/80989>,
        <http://data.carnegiehall.org/names/92345>,
        <http://data.carnegiehall.org/names/92346>,
        <http://data.carnegiehall.org/names/92347>,
        <http://data.carnegiehall.org/names/92348>,
        <http://data.carnegiehall.org/names/92352> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/85631> .

