@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/17904> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chamber Concerto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009982> ;
    ns1:dateCreated "1923-1925" ;
    skos:exactMatch <http://dbpedia.org/resource/Kammerkonzert_(Berg)>,
        <http://www.wikidata.org/entity/Q3192460>,
        <https://id.loc.gov/authorities/names/n88617575>,
        <https://musicbrainz.org/work/45fc944a-2fd5-4de4-a5f0-21ec6663b3c1> .

