@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/39121> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sextet No. 1 in B-flat Major, Op. 18" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004316> ;
    ns1:dateCreated "1859-1860" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Sextet_No._1_(Brahms)>,
        <http://www.wikidata.org/entity/Q2482582>,
        <https://id.loc.gov/authorities/names/no96036077>,
        <https://musicbrainz.org/work/21ed684a-d763-408e-b826-0b7a71be7f8c> .

