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

<http://data.carnegiehall.org/events/46679/work_02> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Frontman: A Musical Reading" ;
    ns1:bass_guitar <http://data.carnegiehall.org/names/82522> ;
    ns1:cello <http://data.carnegiehall.org/names/68602> ;
    ns1:drums <http://data.carnegiehall.org/names/82521> ;
    ns1:electronics <http://data.carnegiehall.org/names/8421> ;
    ns1:guitar <http://data.carnegiehall.org/names/57539>,
        <http://data.carnegiehall.org/names/63572>,
        <http://data.carnegiehall.org/names/82512>,
        <http://data.carnegiehall.org/names/82514>,
        <http://data.carnegiehall.org/names/82519>,
        <http://data.carnegiehall.org/names/82520> ;
    ns1:keyboard <http://data.carnegiehall.org/names/32250> ;
    ns1:piano <http://data.carnegiehall.org/names/50010> ;
    ns1:reader <http://data.carnegiehall.org/names/34591>,
        <http://data.carnegiehall.org/names/82514>,
        <http://data.carnegiehall.org/names/82515>,
        <http://data.carnegiehall.org/names/82516>,
        <http://data.carnegiehall.org/names/8421> ;
    ns1:rock_band <http://data.carnegiehall.org/names/82513> ;
    ns1:speaker <http://data.carnegiehall.org/names/82518> ;
    ns1:trumpet <http://data.carnegiehall.org/names/59983> ;
    ns1:vocalist <http://data.carnegiehall.org/names/47085>,
        <http://data.carnegiehall.org/names/72457>,
        <http://data.carnegiehall.org/names/72458>,
        <http://data.carnegiehall.org/names/82512>,
        <http://data.carnegiehall.org/names/82519> ;
    ns3:performer <http://data.carnegiehall.org/names/32250>,
        <http://data.carnegiehall.org/names/34591>,
        <http://data.carnegiehall.org/names/47085>,
        <http://data.carnegiehall.org/names/50010>,
        <http://data.carnegiehall.org/names/57539>,
        <http://data.carnegiehall.org/names/59983>,
        <http://data.carnegiehall.org/names/63572>,
        <http://data.carnegiehall.org/names/68602>,
        <http://data.carnegiehall.org/names/72457>,
        <http://data.carnegiehall.org/names/72458>,
        <http://data.carnegiehall.org/names/82512>,
        <http://data.carnegiehall.org/names/82513>,
        <http://data.carnegiehall.org/names/82514>,
        <http://data.carnegiehall.org/names/82515>,
        <http://data.carnegiehall.org/names/82516>,
        <http://data.carnegiehall.org/names/82518>,
        <http://data.carnegiehall.org/names/82519>,
        <http://data.carnegiehall.org/names/82520>,
        <http://data.carnegiehall.org/names/82521>,
        <http://data.carnegiehall.org/names/82522>,
        <http://data.carnegiehall.org/names/8421> ;
    ns2:workPerformed <http://data.carnegiehall.org/works/78035> .

