@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/66582/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Cruel Sister" ;
    ns2:cello <http://data.carnegiehall.org/names/75540>,
        <http://data.carnegiehall.org/names/96287>,
        <http://data.carnegiehall.org/names/96857> ;
    ns2:double_bass <http://data.carnegiehall.org/names/110883> ;
    ns2:viola <http://data.carnegiehall.org/names/102920>,
        <http://data.carnegiehall.org/names/66647>,
        <http://data.carnegiehall.org/names/93506>,
        <http://data.carnegiehall.org/names/96286> ;
    ns2:violin <http://data.carnegiehall.org/names/110882>,
        <http://data.carnegiehall.org/names/127153>,
        <http://data.carnegiehall.org/names/127154>,
        <http://data.carnegiehall.org/names/127155>,
        <http://data.carnegiehall.org/names/127156>,
        <http://data.carnegiehall.org/names/69851>,
        <http://data.carnegiehall.org/names/77453>,
        <http://data.carnegiehall.org/names/77454>,
        <http://data.carnegiehall.org/names/80494>,
        <http://data.carnegiehall.org/names/96284>,
        <http://data.carnegiehall.org/names/97122> ;
    ns1:performer <http://data.carnegiehall.org/names/102920>,
        <http://data.carnegiehall.org/names/110882>,
        <http://data.carnegiehall.org/names/110883>,
        <http://data.carnegiehall.org/names/127153>,
        <http://data.carnegiehall.org/names/127154>,
        <http://data.carnegiehall.org/names/127155>,
        <http://data.carnegiehall.org/names/127156>,
        <http://data.carnegiehall.org/names/66647>,
        <http://data.carnegiehall.org/names/69851>,
        <http://data.carnegiehall.org/names/75540>,
        <http://data.carnegiehall.org/names/77453>,
        <http://data.carnegiehall.org/names/77454>,
        <http://data.carnegiehall.org/names/80494>,
        <http://data.carnegiehall.org/names/93506>,
        <http://data.carnegiehall.org/names/96284>,
        <http://data.carnegiehall.org/names/96286>,
        <http://data.carnegiehall.org/names/96287>,
        <http://data.carnegiehall.org/names/96857>,
        <http://data.carnegiehall.org/names/97122> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/90418> .

