@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <http://schema.org/> .
@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/54684> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "It's a Most Unusual Day" ;
    ns1:lyr <http://data.carnegiehall.org/names/1005647> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1005647> ;
    dcterms:creator <http://data.carnegiehall.org/names/1007435> ;
    ns2:dateCreated "1948" ;
    skos:exactMatch <http://dbpedia.org/resource/It%27s_a_Most_Unusual_Day>,
        <http://www.wikidata.org/entity/Q96383287>,
        <https://musicbrainz.org/work/3b70e910-41e2-3b71-8013-c7ced6d7cbfe> .

