@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/43752> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Love is Here to Stay" ;
    ns2:lyr <http://data.carnegiehall.org/names/1018988> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1018988> ;
    dcterms:creator <http://data.carnegiehall.org/names/34823> ;
    ns1:dateCreated "1938" ;
    skos:exactMatch <http://dbpedia.org/resource/Love_Is_Here_to_Stay>,
        <http://id.loc.gov/authorities/names/no00064042>,
        <http://www.wikidata.org/entity/Q6690727>,
        <https://musicbrainz.org/work/32cf91d5-8d8b-35da-b162-1838a8942d3a> .

