@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/47259> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Violin Concerto in B Minor, Op. 61" ;
    dcterms:creator <http://data.carnegiehall.org/names/9637> ;
    ns1:dateCreated "1910" ;
    skos:exactMatch <http://dbpedia.org/resource/Violin_Concerto_(Elgar)>,
        <http://id.loc.gov/authorities/names/n89638920>,
        <http://www.wikidata.org/entity/Q2991885>,
        <https://musicbrainz.org/work/ca2aa7a7-be1b-4431-8632-3b9c7ff6e9b0> .

