@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/48375/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Origin of the Harp, Op. 13" ;
    ns1:bass_clarinet <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/66513> ;
    ns1:cello <http://data.carnegiehall.org/names/66635>,
        <http://data.carnegiehall.org/names/83111>,
        <http://data.carnegiehall.org/names/83114> ;
    ns1:clarinet <http://data.carnegiehall.org/names/73284> ;
    ns1:percussion <http://data.carnegiehall.org/names/75604> ;
    ns1:viola <http://data.carnegiehall.org/names/35610>,
        <http://data.carnegiehall.org/names/53123>,
        <http://data.carnegiehall.org/names/59214> ;
    ns2:performer <http://data.carnegiehall.org/names/35610>,
        <http://data.carnegiehall.org/names/53123>,
        <http://data.carnegiehall.org/names/59214>,
        <http://data.carnegiehall.org/names/62683>,
        <http://data.carnegiehall.org/names/66513>,
        <http://data.carnegiehall.org/names/66635>,
        <http://data.carnegiehall.org/names/73284>,
        <http://data.carnegiehall.org/names/75604>,
        <http://data.carnegiehall.org/names/83111>,
        <http://data.carnegiehall.org/names/83114> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/81435> .

