@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/42586/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Dolmen Music" ;
    ns2:bass <http://data.carnegiehall.org/names/32758> ;
    ns2:cello <http://data.carnegiehall.org/names/40354> ;
    ns2:vocal_ensemble <http://data.carnegiehall.org/names/72449> ;
    ns2:vocalist <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/72480>,
        <http://data.carnegiehall.org/names/72481>,
        <http://data.carnegiehall.org/names/72482> ;
    ns1:performer <http://data.carnegiehall.org/names/32758>,
        <http://data.carnegiehall.org/names/40354>,
        <http://data.carnegiehall.org/names/65986>,
        <http://data.carnegiehall.org/names/65987>,
        <http://data.carnegiehall.org/names/72449>,
        <http://data.carnegiehall.org/names/72480>,
        <http://data.carnegiehall.org/names/72481>,
        <http://data.carnegiehall.org/names/72482> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/69015> .

