@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/57151> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto for Viola and Orchestra, BB 128" ;
    ns2:edt <http://data.carnegiehall.org/names/1008562> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1008562> ;
    dcterms:creator <http://data.carnegiehall.org/names/39524> ;
    ns1:dateCreated "1945" ;
    skos:exactMatch <http://dbpedia.org/resource/Viola_Concerto_(Bart%C3%B3k)>,
        <http://www.wikidata.org/entity/Q790989>,
        <https://id.loc.gov/authorities/nr97010436>,
        <https://musicbrainz.org/work/1caee8d2-f4ae-4e41-9a6c-269c2c425bc3> .

