@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/485> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Quintet for Clarinet and Strings in B Minor, Op. 115" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1891" ;
    skos:exactMatch <http://dbpedia.org/resource/Clarinet_Quintet_(Brahms)>,
        <http://id.loc.gov/authorities/names/n89668444>,
        <http://www.wikidata.org/entity/Q3098064>,
        <https://musicbrainz.org/work/71acad7c-5ed3-4bf1-bc6a-7687e7c8486e> .

