@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/35233> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 2 in E Minor, Op. 27: 3. Adagio" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1907" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no00058705>,
        <https://musicbrainz.org/work/3d7c7cd2-da79-37f4-98b8-ccfb1a4ac6c4> .

