@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/110395> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 1 in E Minor" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009398> ;
    ns1:dateCreated "1931-1932" ;
    skos:exactMatch <http://dbpedia.org/resource/Symphony_No._1_(Price)>,
        <http://www.wikidata.org/entity/Q23035625>,
        <https://id.loc.gov/authorities/names/no2008151081>,
        <https://musicbrainz.org/work/4f121a5a-6fe9-425a-8ade-1fc9682e5255> .

