@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/18085/work_08> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Pur nel sonno almen tal'ora" ;
    ns2:bass_baritone <http://data.carnegiehall.org/names/1839> ;
    ns2:cello <http://data.carnegiehall.org/names/35510> ;
    ns2:harpsichord <http://data.carnegiehall.org/names/19521> ;
    ns2:string_trio <http://data.carnegiehall.org/names/56443> ;
    ns2:violin <http://data.carnegiehall.org/names/53462>,
        <http://data.carnegiehall.org/names/9302> ;
    ns1:performer <http://data.carnegiehall.org/names/1839>,
        <http://data.carnegiehall.org/names/19521>,
        <http://data.carnegiehall.org/names/35510>,
        <http://data.carnegiehall.org/names/53462>,
        <http://data.carnegiehall.org/names/56443>,
        <http://data.carnegiehall.org/names/9302> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/53576> .

