@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/15936> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Serenade to Music" ;
    ns2:aut <http://data.carnegiehall.org/names/1019635> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019635> ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "1938" ;
    skos:exactMatch <http://dbpedia.org/resource/Serenade_to_Music>,
        <http://id.loc.gov/authorities/names/no97076350>,
        <http://www.wikidata.org/entity/Q7453168>,
        <https://musicbrainz.org/work/30a50d73-cb60-39ab-806a-98c8a800cf10> .

