@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/58739/work_17> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Amazing Grace" ;
    ns1:brass_quintet <http://data.carnegiehall.org/names/9612> ;
    ns1:conductor <http://data.carnegiehall.org/names/51693> ;
    ns1:french_horn <http://data.carnegiehall.org/names/108450> ;
    ns1:orchestra <http://data.carnegiehall.org/names/109367> ;
    ns1:trombone <http://data.carnegiehall.org/names/87204> ;
    ns1:trumpet <http://data.carnegiehall.org/names/108449>,
        <http://data.carnegiehall.org/names/92172> ;
    ns1:tuba <http://data.carnegiehall.org/names/38904> ;
    ns2:performer <http://data.carnegiehall.org/names/108449>,
        <http://data.carnegiehall.org/names/108450>,
        <http://data.carnegiehall.org/names/109367>,
        <http://data.carnegiehall.org/names/38904>,
        <http://data.carnegiehall.org/names/51693>,
        <http://data.carnegiehall.org/names/87204>,
        <http://data.carnegiehall.org/names/92172>,
        <http://data.carnegiehall.org/names/9612> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/99709> .

