@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/12871> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet No. 2" ;
    dcterms:creator <http://data.carnegiehall.org/names/36881> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3267659>,
        <https://dbpedia.org/resource/String_Quartet_No._2_(Carter)>,
        <https://id.loc.gov/authorities/names/no98054666>,
        <https://musicbrainz.org/work/582a998e-da6e-4b22-96bf-4899a359596c> .

