@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/28674> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Das Lied von der Erde" ;
    ns2:aut <http://data.carnegiehall.org/names/1021985> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021985> ;
    dcterms:creator <http://data.carnegiehall.org/names/39824> ;
    ns1:dateCreated "1908-1909" ;
    skos:exactMatch <http://dbpedia.org/resource/Das_Lied_von_der_Erde>,
        <http://id.loc.gov/authorities/names/n83021436>,
        <http://www.wikidata.org/entity/Q846646>,
        <https://musicbrainz.org/work/14514e77-f06c-4d24-a4d5-9a5962acae64> .

