@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/123685> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Quartet No. 1 in D Major, Op. 16" ;
    dcterms:creator <http://data.carnegiehall.org/names/22842> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Quartet_No._1_(Enescu)>,
        <http://www.wikidata.org/entity/Q3413718>,
        <https://id.loc.gov/authorities/names/no95042647>,
        <https://musicbrainz.org/work/dc89c2c0-e67e-40ea-83f9-4e58669c8e46> .

