@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/44136> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 1 in C Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002900> ;
    ns1:dateCreated "1855" ;
    skos:exactMatch <http://dbpedia.org/resource/Symphony_in_C_(Bizet)>,
        <http://id.loc.gov/authorities/names/n83152521>,
        <http://www.wikidata.org/entity/Q3082680>,
        <https://musicbrainz.org/work/37b35e9f-3c6f-4204-9c2f-0745af4267a6> .

