@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/58695> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata No. 1 in B-flat Minor, Op. 74" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009300> ;
    ns1:dateCreated "1901" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2002026381>,
        <https://musicbrainz.org/work/75bd6270-9491-4e7b-9f9f-40baf0c71a28> .

