@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/115638> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chôros No. 4, W218" ;
    dcterms:creator <http://data.carnegiehall.org/names/47140> ;
    ns1:dateCreated "1926" ;
    skos:exactMatch <http://dbpedia.org/resource/Ch%C3%B4ros_No._4>,
        <http://www.wikidata.org/entity/Q2683640>,
        <https://id.loc.gov/authorities/names/no98056307>,
        <https://musicbrainz.org/work/ca3f715a-8cbb-3828-9401-955992ac7437> .

