@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/783> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 8 in B Minor, D. 759, \"Unfinished\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002249> ;
    ns1:dateCreated "1822" ;
    skos:exactMatch <http://dbpedia.org/resource/Symphony_No._8_(Schubert)>,
        <http://id.loc.gov/authorities/names/n81072955>,
        <http://musicbrainz.org/work/b1e3d631-47fb-49fe-8d60-6f0dc7cbe0d8>,
        <http://www.wikidata.org/entity/Q651383> .

