@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/58376> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Variations symphoniques" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004863> ;
    ns1:dateCreated "1885" ;
    skos:exactMatch <http://dbpedia.org/resource/Symphonic_Variations_(Franck)>,
        <http://id.loc.gov/authorities/names/n81054077>,
        <http://www.wikidata.org/entity/Q7661430>,
        <https://musicbrainz.org/work/8611bed1-5fcf-351a-a414-ad4c1299fe7d> .

