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

<http://data.carnegiehall.org/events/47173/work_04> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Las Dos Estaciones (The Two Seasons)" ;
    ns3:cello <http://data.carnegiehall.org/names/73286>,
        <http://data.carnegiehall.org/names/83114> ;
    ns3:conductor <http://data.carnegiehall.org/names/80985> ;
    ns3:double_bass <http://data.carnegiehall.org/names/83804> ;
    ns3:harpsichord <http://data.carnegiehall.org/names/80517> ;
    ns3:viola <http://data.carnegiehall.org/names/69519>,
        <http://data.carnegiehall.org/names/83802>,
        <http://data.carnegiehall.org/names/83803> ;
    ns3:violin <http://data.carnegiehall.org/names/28890>,
        <http://data.carnegiehall.org/names/37045>,
        <http://data.carnegiehall.org/names/68817>,
        <http://data.carnegiehall.org/names/74328>,
        <http://data.carnegiehall.org/names/80518>,
        <http://data.carnegiehall.org/names/81135> ;
    ns1:performer <http://data.carnegiehall.org/names/28890>,
        <http://data.carnegiehall.org/names/37045>,
        <http://data.carnegiehall.org/names/68817>,
        <http://data.carnegiehall.org/names/69519>,
        <http://data.carnegiehall.org/names/73286>,
        <http://data.carnegiehall.org/names/74328>,
        <http://data.carnegiehall.org/names/80517>,
        <http://data.carnegiehall.org/names/80518>,
        <http://data.carnegiehall.org/names/80985>,
        <http://data.carnegiehall.org/names/81135>,
        <http://data.carnegiehall.org/names/83114>,
        <http://data.carnegiehall.org/names/83802>,
        <http://data.carnegiehall.org/names/83803>,
        <http://data.carnegiehall.org/names/83804> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/78973> .

