@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/47556> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 5 in D Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "1938-1943" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q240312>,
        <https://id.loc.gov/authorities/names/no96034522>,
        <https://musicbrainz.org/work/0dbe1390-f01d-4162-91b8-fb22e76cec6f> .

