@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/16327> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Festival Coronation March" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1883" ;
    skos:exactMatch <http://dbpedia.org/resource/Festival_Coronation_March>,
        <http://id.loc.gov/authorities/names/n87832050>,
        <http://www.wikidata.org/entity/Q5445701>,
        <https://musicbrainz.org/work/4e5af4ea-7cab-3726-9578-a5a78c9e3521> .

