@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/39744/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Winter Music" ;
    ns2:piano <http://data.carnegiehall.org/names/12652>,
        <http://data.carnegiehall.org/names/13420>,
        <http://data.carnegiehall.org/names/17435>,
        <http://data.carnegiehall.org/names/31212>,
        <http://data.carnegiehall.org/names/47893>,
        <http://data.carnegiehall.org/names/48356>,
        <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/49347>,
        <http://data.carnegiehall.org/names/51394>,
        <http://data.carnegiehall.org/names/62403>,
        <http://data.carnegiehall.org/names/66341>,
        <http://data.carnegiehall.org/names/66342>,
        <http://data.carnegiehall.org/names/66343>,
        <http://data.carnegiehall.org/names/8420> ;
    ns2:soprano <http://data.carnegiehall.org/names/31864> ;
    ns1:performer <http://data.carnegiehall.org/names/12652>,
        <http://data.carnegiehall.org/names/13420>,
        <http://data.carnegiehall.org/names/17435>,
        <http://data.carnegiehall.org/names/31212>,
        <http://data.carnegiehall.org/names/31864>,
        <http://data.carnegiehall.org/names/47893>,
        <http://data.carnegiehall.org/names/48356>,
        <http://data.carnegiehall.org/names/48504>,
        <http://data.carnegiehall.org/names/49347>,
        <http://data.carnegiehall.org/names/51394>,
        <http://data.carnegiehall.org/names/62403>,
        <http://data.carnegiehall.org/names/66341>,
        <http://data.carnegiehall.org/names/66342>,
        <http://data.carnegiehall.org/names/66343>,
        <http://data.carnegiehall.org/names/8420> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/52149> .

