@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/22327> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Pomp and Circumstance No. 1 in D Major, Op. 39" ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1901" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n83051534>,
        <https://musicbrainz.org/work/b1b15406-c585-3d3c-8ccc-0850d450f5c7> .

