@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/2385> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite in F-sharp Minor, Op. 19" ;
    dcterms:creator <http://data.carnegiehall.org/names/21406> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q17026067>,
        <https://id.loc.gov/authorities/names/no96029485>,
        <https://musicbrainz.org/work/b99db837-65b6-43e9-8106-e6c928c6a4e5> .

