@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/4748> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quintet in C Major, D. 956" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    ns1:dateCreated "1828" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quintet_(Schubert)>,
        <http://id.loc.gov/authorities/names/n81028026>,
        <http://www.wikidata.org/entity/Q1779432>,
        <https://musicbrainz.org/work/924a3a1e-ab19-4a22-8f5d-f8fd3e914221> .

