@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/49944> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata, Op. 1" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001981> ;
    ns1:dateCreated "1946-1948" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_(Dutilleux)>,
        <http://id.loc.gov/authorities/names/n80130825>,
        <http://www.wikidata.org/entity/Q23023805>,
        <https://musicbrainz.org/work/4829f194-02ad-4f93-95a9-b598a9e6fbb5> .

