@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/57852> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantasia in C Minor, K. 475" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1785" ;
    skos:exactMatch <http://dbpedia.org/resource/Fantasia_in_C_minor,_K._475>,
        <http://id.loc.gov/authorities/names/n81112133>,
        <http://musicbrainz.org/work/95557a03-c668-3619-ab8f-74a141f277dc>,
        <http://www.wikidata.org/entity/Q5434142> .

