@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/67234> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sextet in D Major, Op. 110" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010675> ;
    ns1:dateCreated "1824" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Sextet_(Mendelssohn)>,
        <http://www.wikidata.org/entity/Q7190143>,
        <https://id.loc.gov/authorities/names/no97075758>,
        <https://musicbrainz.org/work/3c244cfa-6467-4aff-90e5-64d6e4519dfc> .

