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

