@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/47432> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "English Folk Song Suite" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006483> ;
    ns1:dateCreated "1923" ;
    skos:exactMatch <http://dbpedia.org/resource/English_Folk_Song_Suite>,
        <http://id.loc.gov/authorities/names/n82009886>,
        <http://www.wikidata.org/entity/Q5378262>,
        <https://musicbrainz.org/work/8ee22f94-eb17-36d5-b38d-ab14157f1385> .

