@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/52571> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Wall Street Rag" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008231> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://dbpedia.org/resource/Wall_Street_Rag>,
        <http://www.wikidata.org/entity/Q28939629>,
        <https://id.loc.gov/authorities/names/no2018043095>,
        <https://musicbrainz.org/work/8ade9579-e743-49fc-b8b5-d2d51b341d87> .

