@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/17144> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantasia Concertante on a Theme of Corelli" ;
    dcterms:creator <http://data.carnegiehall.org/names/3343> ;
    ns1:dateCreated "1953" ;
    skos:exactMatch <http://dbpedia.org/resource/Fantasia_Concertante_on_a_Theme_of_Corelli>,
        <http://www.wikidata.org/entity/Q3066543>,
        <https://id.loc.gov/authorities/names/no97076401>,
        <https://musicbrainz.org/work/0ecdd9d6-2dbd-38c4-97ce-7ff3dd692f9a> .

