@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/9120/work_07> a <http://data.carnegiehall.org/model/WorkPerformance> ;
    rdfs:label "3 Gedichte, Op. 29: 3. Zigeunerleben" ;
    ns1:bass <http://data.carnegiehall.org/names/33321>,
        <http://data.carnegiehall.org/names/35738>,
        <http://data.carnegiehall.org/names/7812> ;
    ns1:contralto <http://data.carnegiehall.org/names/21199>,
        <http://data.carnegiehall.org/names/51410>,
        <http://data.carnegiehall.org/names/55116> ;
    ns1:piano <http://data.carnegiehall.org/names/19191> ;
    ns1:soprano <http://data.carnegiehall.org/names/48485>,
        <http://data.carnegiehall.org/names/48486>,
        <http://data.carnegiehall.org/names/5282> ;
    ns1:tenor <http://data.carnegiehall.org/names/2191>,
        <http://data.carnegiehall.org/names/33188>,
        <http://data.carnegiehall.org/names/36540> ;
    ns2:performer <http://data.carnegiehall.org/names/19191>,
        <http://data.carnegiehall.org/names/21199>,
        <http://data.carnegiehall.org/names/2191>,
        <http://data.carnegiehall.org/names/33188>,
        <http://data.carnegiehall.org/names/33321>,
        <http://data.carnegiehall.org/names/35738>,
        <http://data.carnegiehall.org/names/36540>,
        <http://data.carnegiehall.org/names/48485>,
        <http://data.carnegiehall.org/names/48486>,
        <http://data.carnegiehall.org/names/51410>,
        <http://data.carnegiehall.org/names/5282>,
        <http://data.carnegiehall.org/names/55116>,
        <http://data.carnegiehall.org/names/7812> ;
    ns3:workPerformed <http://data.carnegiehall.org/works/27900> .

