@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/46643> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Introduction and Allegro, Op. 47" ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1904-1905" ;
    skos:exactMatch <http://dbpedia.org/resource/Introduction_and_Allegro_(Elgar)>,
        <http://www.wikidata.org/entity/Q2737431>,
        <https://id.loc.gov/authorities/names/no97036908>,
        <https://musicbrainz.org/work/fe9c08b1-c147-4a97-91a4-f07d8e0ca230> .

