@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/78985> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Morceaux de salon, Op. 10: 2. Valse in A Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1893-1894" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2006044943>,
        <https://musicbrainz.org/work/5200c3bf-a3a6-4d2a-8dd6-3b082ad41058> .

