@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/74038> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Revenge With Music: You and the Night and the Music" ;
    ns1:lyr <http://data.carnegiehall.org/names/1020520> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020520> ;
    dcterms:creator <http://data.carnegiehall.org/names/49877> ;
    ns2:dateCreated "1934" ;
    skos:exactMatch <http://dbpedia.org/resource/You_and_the_Night_and_the_Music>,
        <https://musicbrainz.org/work/2a0e97bc-56d4-3685-bc70-0daab985619d> .

