@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/49508> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Trio in D Minor, Op. 3" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003153> ;
    ns1:dateCreated "1895" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97074953>,
        <https://musicbrainz.org/work/7f4dff9c-2a91-4aa7-b266-201c6d31fdbd> .

