@prefix ns1: <http://data.carnegiehall.org/vocabulary/roles/> .
@prefix ns2: <http://schema.org/> .
@prefix ns3: <http://purl.org/ontology/mo/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://data.carnegiehall.org/events/24538/work_28> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Somebody Loves Me" ;
    ns1:bass_baritone <http://data.carnegiehall.org/names/49518> ;
    ns1:contralto <http://data.carnegiehall.org/names/12953> ;
    ns1:piano <http://data.carnegiehall.org/names/58525> ;
    ns1:soprano <http://data.carnegiehall.org/names/9845> ;
    ns1:tenor <http://data.carnegiehall.org/names/60193> ;
    ns3:performer <http://data.carnegiehall.org/names/12953>,
        <http://data.carnegiehall.org/names/49518>,
        <http://data.carnegiehall.org/names/58525>,
        <http://data.carnegiehall.org/names/60193>,
        <http://data.carnegiehall.org/names/9845> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/15854> .

