@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/19009> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chôros No. 5, \"Alma brasileira\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/47140> ;
    ns1:dateCreated "1925" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n84130899>,
        <http://www.wikidata.org/entity/Q2902019>,
        <https://musicbrainz.org/work/43925070-fab2-3c1d-bcaa-26d5a0b53d6b> .

