@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/73241> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "5 Préludes, Op. 74: Prélude No. 2. Très lent, contemplatif" ;
    dcterms:creator <http://data.carnegiehall.org/names/50808> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n2011056997>,
        <http://musicbrainz.org/work/e2d59f75-3189-32a2-910e-207ed478e738> .

