@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/15381> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Ragtime Dance" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008231> ;
    ns1:dateCreated "1906" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Ragtime_Dance>,
        <http://id.loc.gov/authorities/names/no97055424>,
        <http://www.wikidata.org/entity/Q7759282>,
        <https://musicbrainz.org/work/cfaf47c3-02f9-3f99-adb0-25832c5ea98a> .

