@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/18306> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Original Rags" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008231> ;
    ns1:dateCreated "1899" ;
    skos:exactMatch <http://dbpedia.org/resource/Original_Rags>,
        <http://www.wikidata.org/entity/Q7102574>,
        <https://id.loc.gov/authorities/names/no97037775>,
        <https://musicbrainz.org/work/e153e827-b1a8-4e6b-a4ab-829d36b2dcf4> .

