@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/45288> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Kingdom, Op. 51" ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1901-1906" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Kingdom_(Elgar)>,
        <http://id.loc.gov/authorities/names/n86002014>,
        <http://www.wikidata.org/entity/Q3233992>,
        <https://musicbrainz.org/work/cd6a0909-b5fc-4102-906f-66717827e187> .

