@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/28027> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Keep the Home Fires Burning" ;
    ns2:lyr <http://data.carnegiehall.org/names/1027979> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1027979> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003488> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <http://dbpedia.org/resource/Keep_the_Home_Fires_Burning_(Ivor_Novello_song)>,
        <http://id.loc.gov/authorities/names/no98060282>,
        <http://www.wikidata.org/entity/Q3364758>,
        <https://musicbrainz.org/work/e2c53432-cb54-3570-b4e1-50236ac521e9> .

