@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/30729> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Symphony No. 4 in D Minor, Op. 64, \"North, East, South, and West\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/54457> ;
    ns1:dateCreated "1911" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2001090006>,
        <https://musicbrainz.org/work/7614c102-be2a-45d0-94fb-f344ab8ea821> .

