@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/43114/work_01> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "The Star Spangled Banner" ;
    ns2:piano <http://data.carnegiehall.org/names/17833>,
        <http://data.carnegiehall.org/names/17980>,
        <http://data.carnegiehall.org/names/20906>,
        <http://data.carnegiehall.org/names/24450>,
        <http://data.carnegiehall.org/names/25074>,
        <http://data.carnegiehall.org/names/32939>,
        <http://data.carnegiehall.org/names/40344>,
        <http://data.carnegiehall.org/names/50342>,
        <http://data.carnegiehall.org/names/56933>,
        <http://data.carnegiehall.org/names/58281> ;
    ns1:performer <http://data.carnegiehall.org/names/17833>,
        <http://data.carnegiehall.org/names/17980>,
        <http://data.carnegiehall.org/names/20906>,
        <http://data.carnegiehall.org/names/24450>,
        <http://data.carnegiehall.org/names/25074>,
        <http://data.carnegiehall.org/names/32939>,
        <http://data.carnegiehall.org/names/40344>,
        <http://data.carnegiehall.org/names/50342>,
        <http://data.carnegiehall.org/names/56933>,
        <http://data.carnegiehall.org/names/58281> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/70388> .

