@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/2114/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Selections (unspecified)" ;
    ns2:barbershop_chorus <http://data.carnegiehall.org/names/100241> ;
    ns2:barbershop_quartet <http://data.carnegiehall.org/names/30863>,
        <http://data.carnegiehall.org/names/30864> ;
    ns2:baritone <http://data.carnegiehall.org/names/125441>,
        <http://data.carnegiehall.org/names/125445> ;
    ns2:bass <http://data.carnegiehall.org/names/125442>,
        <http://data.carnegiehall.org/names/125446> ;
    ns2:tenor <http://data.carnegiehall.org/names/125439>,
        <http://data.carnegiehall.org/names/125440>,
        <http://data.carnegiehall.org/names/125443>,
        <http://data.carnegiehall.org/names/125444> ;
    ns1:performer <http://data.carnegiehall.org/names/100241>,
        <http://data.carnegiehall.org/names/125439>,
        <http://data.carnegiehall.org/names/125440>,
        <http://data.carnegiehall.org/names/125441>,
        <http://data.carnegiehall.org/names/125442>,
        <http://data.carnegiehall.org/names/125443>,
        <http://data.carnegiehall.org/names/125444>,
        <http://data.carnegiehall.org/names/125445>,
        <http://data.carnegiehall.org/names/125446>,
        <http://data.carnegiehall.org/names/30863>,
        <http://data.carnegiehall.org/names/30864> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/104450> .

