@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/48860> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Fantaisie brillante sur des motifs de l'opéra Faust de Gounod, Op. 20" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002506> ;
    ns1:dateCreated "c. 1868" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n81014110>,
        <https://musicbrainz.org/work/fc47c246-d234-4922-b669-f4526ba578eb> .

