@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/4573> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Ballade No. 2 in F Major, Op. 38" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006444> ;
    ns1:dateCreated "1836-1839" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97075730>,
        <http://musicbrainz.org/work/30775d65-4977-3836-ad29-c5f2acab2c39>,
        <http://www.wikidata.org/entity/Q1785955> .

