@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/43551> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "4 Piano Blues" ;
    dcterms:creator <http://data.carnegiehall.org/names/60485> ;
    ns1:dateCreated "1926-1948" ;
    skos:exactMatch <http://dbpedia.org/resource/Four_Piano_Blues>,
        <http://www.wikidata.org/entity/Q30590299>,
        <https://id.loc.gov/authorities/names/n84180472>,
        <https://musicbrainz.org/work/0779a2df-72fc-49ca-9a84-31e664d0a62f> .

