@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/52961> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Rhapsody in Blue" ;
    ns2:arr <http://data.carnegiehall.org/names/39181> ;
    dcterms:contributor <http://data.carnegiehall.org/names/39181> ;
    dcterms:creator <http://data.carnegiehall.org/names/34823> ;
    ns1:dateCreated "1942" ;
    skos:exactMatch <http://dbpedia.org/resource/Rhapsody_in_Blue>,
        <http://id.loc.gov/authorities/names/n81081332>,
        <http://www.wikidata.org/entity/Q722599>,
        <https://musicbrainz.org/work/bf7e3ad3-4d47-3425-aa5f-8cc8c91d53ed> .

