@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/39648/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Love’s goddess sure was blind" ;
    ns1:baritone <http://data.carnegiehall.org/names/40210> ;
    ns1:cello <http://data.carnegiehall.org/names/62401> ;
    ns1:countertenor <http://data.carnegiehall.org/names/14287>,
        <http://data.carnegiehall.org/names/66210> ;
    ns1:double_bass <http://data.carnegiehall.org/names/19379> ;
    ns1:harpsichord <http://data.carnegiehall.org/names/19521> ;
    ns1:soprano <http://data.carnegiehall.org/names/66211> ;
    ns1:tenor <http://data.carnegiehall.org/names/63626> ;
    ns1:viola <http://data.carnegiehall.org/names/26793> ;
    ns1:violin <http://data.carnegiehall.org/names/46258>,
        <http://data.carnegiehall.org/names/64677> ;
    ns2:performer <http://data.carnegiehall.org/names/14287>,
        <http://data.carnegiehall.org/names/19379>,
        <http://data.carnegiehall.org/names/19521>,
        <http://data.carnegiehall.org/names/26793>,
        <http://data.carnegiehall.org/names/40210>,
        <http://data.carnegiehall.org/names/46258>,
        <http://data.carnegiehall.org/names/62401>,
        <http://data.carnegiehall.org/names/63626>,
        <http://data.carnegiehall.org/names/64677>,
        <http://data.carnegiehall.org/names/66210>,
        <http://data.carnegiehall.org/names/66211> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/63243> .

