@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/99207> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Silver Swan Rag" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008231> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <http://dbpedia.org/resource/Silver_Swan_Rag>,
        <https://musicbrainz.org/work/34c61833-a295-43d0-9623-065e56a49cd3> .

