@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/58359> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Swan Lake, Op. 20: Act IV. Scène finale" ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1875-1876" ;
    skos:exactMatch <https://musicbrainz.org/work/5e8125e0-20d4-4311-a9ab-1dc29a9f6dc9> .

