@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/4435> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata in B Minor, Op. 5" ;
    dcterms:creator <http://data.carnegiehall.org/names/39889> ;
    ns1:dateCreated "1880-1881" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sonata_in_B_minor_(Strauss)>,
        <http://id.loc.gov/authorities/names/n85176810>,
        <http://www.wikidata.org/entity/Q19896012>,
        <https://musicbrainz.org/work/87d735a0-cf85-4ab8-a74d-df60bc3d8618> .

