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

<http://data.carnegiehall.org/events/42167/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Living Room Music" ;
    ns3:baritone <http://data.carnegiehall.org/names/43524> ;
    ns3:countertenor <http://data.carnegiehall.org/names/52633> ;
    ns3:mezzo_soprano <http://data.carnegiehall.org/names/35873>,
        <http://data.carnegiehall.org/names/71417> ;
    ns3:percussion <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/25205>,
        <http://data.carnegiehall.org/names/55014> ;
    ns1:performer <http://data.carnegiehall.org/names/15302>,
        <http://data.carnegiehall.org/names/20212>,
        <http://data.carnegiehall.org/names/25205>,
        <http://data.carnegiehall.org/names/35873>,
        <http://data.carnegiehall.org/names/43524>,
        <http://data.carnegiehall.org/names/52633>,
        <http://data.carnegiehall.org/names/55014>,
        <http://data.carnegiehall.org/names/71417> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/60118> .

