@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/50118/work_06> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "Radujte Se Narodi" ;
    ns1:accordion <http://data.carnegiehall.org/names/91447> ;
    ns1:glockenspiel <http://data.carnegiehall.org/names/91448> ;
    ns1:piano <http://data.carnegiehall.org/names/91446> ;
    ns1:vibraphone <http://data.carnegiehall.org/names/91448> ;
    ns2:performer <http://data.carnegiehall.org/names/91446>,
        <http://data.carnegiehall.org/names/91447>,
        <http://data.carnegiehall.org/names/91448> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/84772> .

