@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/122540> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "9:20 Special" ;
    ns1:cmp <http://data.carnegiehall.org/names/1029962> ;
    ns1:lyr <http://data.carnegiehall.org/names/1020224> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020224>,
        <http://data.carnegiehall.org/names/1029962> ;
    dcterms:creator <http://data.carnegiehall.org/names/21626> ;
    ns2:dateCreated "1941" ;
    skos:exactMatch <http://dbpedia.org/resource/9:20_Special>,
        <http://www.wikidata.org/entity/Q16824165>,
        <https://musicbrainz.org/work/67755649-b89e-409c-ad6b-488f4cd455a5> .

