@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/4343/work_10> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "One Touch of Venus: Foolish Heart" ;
    ns1:baritone <http://data.carnegiehall.org/names/24427>,
        <http://data.carnegiehall.org/names/36236> ;
    ns1:bass <http://data.carnegiehall.org/names/50174> ;
    ns1:soprano <http://data.carnegiehall.org/names/17127>,
        <http://data.carnegiehall.org/names/43012> ;
    ns1:tenor <http://data.carnegiehall.org/names/39089>,
        <http://data.carnegiehall.org/names/47838> ;
    ns1:vocalist <http://data.carnegiehall.org/names/3572> ;
    ns2:performer <http://data.carnegiehall.org/names/17127>,
        <http://data.carnegiehall.org/names/24427>,
        <http://data.carnegiehall.org/names/3572>,
        <http://data.carnegiehall.org/names/36236>,
        <http://data.carnegiehall.org/names/39089>,
        <http://data.carnegiehall.org/names/43012>,
        <http://data.carnegiehall.org/names/47838>,
        <http://data.carnegiehall.org/names/50174> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/26480> .

