@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/47809> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Midnight Sun" ;
    ns2:cmp <http://data.carnegiehall.org/names/1011715> ;
    ns2:lyr <http://data.carnegiehall.org/names/35594> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1011715>,
        <http://data.carnegiehall.org/names/35594> ;
    dcterms:creator <http://data.carnegiehall.org/names/41532> ;
    ns1:dateCreated "1954" ;
    skos:exactMatch <http://dbpedia.org/resource/Midnight_Sun_(Lionel_Hampton_and_Sonny_Burke_song)>,
        <https://musicbrainz.org/work/61c122e7-7a2f-3473-a1a4-2481f14395bf> .

