@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/9432/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Sarrona" ;
    ns1:bass <http://data.carnegiehall.org/names/28347> ;
    ns1:piano <http://data.carnegiehall.org/names/1197>,
        <http://data.carnegiehall.org/names/58065>,
        <http://data.carnegiehall.org/names/9832> ;
    ns1:soprano <http://data.carnegiehall.org/names/53211> ;
    ns1:tenor <http://data.carnegiehall.org/names/24605> ;
    ns1:unspecified_voice <http://data.carnegiehall.org/names/22684>,
        <http://data.carnegiehall.org/names/29626>,
        <http://data.carnegiehall.org/names/50141>,
        <http://data.carnegiehall.org/names/50142>,
        <http://data.carnegiehall.org/names/8829> ;
    ns2:performer <http://data.carnegiehall.org/names/1197>,
        <http://data.carnegiehall.org/names/22684>,
        <http://data.carnegiehall.org/names/24605>,
        <http://data.carnegiehall.org/names/28347>,
        <http://data.carnegiehall.org/names/29626>,
        <http://data.carnegiehall.org/names/50141>,
        <http://data.carnegiehall.org/names/50142>,
        <http://data.carnegiehall.org/names/53211>,
        <http://data.carnegiehall.org/names/58065>,
        <http://data.carnegiehall.org/names/8829>,
        <http://data.carnegiehall.org/names/9832> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/8624> .

