@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/31268> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "A Kiss to Build a Dream On" ;
    ns1:lyr <http://data.carnegiehall.org/names/1019839>,
        <http://data.carnegiehall.org/names/44971> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019839>,
        <http://data.carnegiehall.org/names/44971> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000745> ;
    ns2:dateCreated "1935" ;
    skos:exactMatch <http://dbpedia.org/resource/A_Kiss_to_Build_a_Dream_On>,
        <http://www.wikidata.org/entity/Q4657597>,
        <https://musicbrainz.org/work/7f8d6a17-e13b-328a-8e30-0a9dc00e7e4b> .

