@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/6772> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in G Minor, D. 173" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    ns1:dateCreated "1815" ;
    skos:exactMatch <http://dbpedia.org/resource/String_Quartet_No._9_(Schubert)>,
        <http://www.wikidata.org/entity/Q19896260>,
        <https://id.loc.gov/authorities/names/no92011648>,
        <https://musicbrainz.org/work/5e47150f-2929-43f5-baa2-b0301f5de8f4> .

