@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/9725> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "St. Paul's Suite, Op. 29, No. 2: 3. Intermezzo. Andante con moto" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003861> ;
    ns1:dateCreated "1913" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2009190208>,
        <https://musicbrainz.org/work/222843b6-76bf-3377-a4de-784880318d8b> .

