@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/39764> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Ebony Concerto" ;
    dcterms:creator <http://data.carnegiehall.org/names/12468> ;
    ns1:dateCreated "1945" ;
    skos:exactMatch <http://dbpedia.org/resource/Ebony_Concerto_(Stravinsky)>,
        <http://id.loc.gov/authorities/names/no97083010>,
        <http://www.wikidata.org/entity/Q3046867>,
        <https://musicbrainz.org/work/ea1a9884-c10b-4c31-9006-e1e60669e650> .

