@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://data.carnegiehall.org/works/35377> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "4 Lieder, Op. 13" ;
    ns2:aut <http://data.carnegiehall.org/names/1022950>,
        <http://data.carnegiehall.org/names/1023326>,
        <http://data.carnegiehall.org/names/1026365>,
        <http://data.carnegiehall.org/names/1026366> ;
    ns2:trl <http://data.carnegiehall.org/names/1021985> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021985>,
        <http://data.carnegiehall.org/names/1022950>,
        <http://data.carnegiehall.org/names/1023326>,
        <http://data.carnegiehall.org/names/1026365>,
        <http://data.carnegiehall.org/names/1026366> ;
    dcterms:creator <http://data.carnegiehall.org/names/1007501> ;
    ns1:dateCreated "1914-1918" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n96074236>,
        <https://musicbrainz.org/work/d03e3852-e0ab-4cfd-84b8-51d94866804b> .

