@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/45263> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantasia concertante, W517" ;
    dcterms:creator <http://data.carnegiehall.org/names/47140> ;
    ns1:dateCreated "1953" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n81124418>,
        <https://musicbrainz.org/work/9409fb68-6f23-4bb3-a4a7-95c5712c1b3d> .

