@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/109563> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "In the Still of the Night" ;
    dcterms:creator <http://data.carnegiehall.org/names/1025616> ;
    ns1:dateCreated "1956" ;
    skos:exactMatch <http://dbpedia.org/resource/In_the_Still_of_the_Night_(The_Five_Satins_song)>,
        <https://musicbrainz.org/work/55d4145e-81bd-396b-a8f0-323b05266e0d> .

