@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/10157> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "String Quartet in E-flat Major, D. 87" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    ns1:dateCreated "1813" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3413770>,
        <https://id.loc.gov/authorities/names/n86871471>,
        <https://musicbrainz.org/work/0e9e9eb2-862e-4f5d-8072-df42b9be85c2> .

