@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/46547> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 3 in C Major, \"Sinfonie singulière\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005729> ;
    ns1:dateCreated "1845" ;
    skos:exactMatch <http://dbpedia.org/resource/Symphony_No._3_(Berwald)>,
        <http://www.wikidata.org/entity/Q3507760>,
        <https://id.loc.gov/authorities/names/n90656646>,
        <https://musicbrainz.org/work/04c2e975-2e2a-44a6-b178-64ab9a40974d> .

