@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/25315> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 5, \"Di tre re\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/14334> ;
    ns1:dateCreated "1950" ;
    skos:exactMatch <http://dbpedia.org/resource/Symphony_No._5_(Honegger)>,
        <http://www.wikidata.org/entity/Q3062628>,
        <https://id.loc.gov/authorities/names/n92048389>,
        <https://musicbrainz.org/work/5c87dc94-25c3-42c3-90af-770f78f6e61e> .

