@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/19276> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 1 in C Major, Op. 19" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004864> ;
    ns1:dateCreated "1807" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q11374093>,
        <https://id.loc.gov/authorities/no96049492>,
        <https://musicbrainz.org/work/31026500-9126-4f3c-8049-74b5e9eea5dc> .

