@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/68441/work_18> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Story of a Tack" ;
    ns1:alto <http://data.carnegiehall.org/names/126705>,
        <http://data.carnegiehall.org/names/126706> ;
    ns1:piano <http://data.carnegiehall.org/names/126707> ;
    ns1:soprano <http://data.carnegiehall.org/names/126703>,
        <http://data.carnegiehall.org/names/126704> ;
    ns1:vocal_ensemble <http://data.carnegiehall.org/names/126702> ;
    ns3:performer <http://data.carnegiehall.org/names/126702>,
        <http://data.carnegiehall.org/names/126703>,
        <http://data.carnegiehall.org/names/126704>,
        <http://data.carnegiehall.org/names/126705>,
        <http://data.carnegiehall.org/names/126706>,
        <http://data.carnegiehall.org/names/126707> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/111947> .

