@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/4905> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Concerto No. 2 in C Minor, Op. 18: 3. Allegro scherzando" ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1900-1901" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2005069679>,
        <https://musicbrainz.org/work/f06a3c2f-ae0d-30d0-b108-c8cf8af6fc33> .

