@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/29289> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Quinteto em forma de chôros, W231" ;
    dcterms:creator <http://data.carnegiehall.org/names/47140> ;
    ns1:dateCreated "1928" ;
    skos:exactMatch <http://dbpedia.org/resource/Quinteto_(em_forma_de_ch%C3%B4ros)>,
        <http://id.loc.gov/authorities/names/n85184387>,
        <http://www.wikidata.org/entity/Q25218354>,
        <https://musicbrainz.org/work/a8ce40ab-7ac3-41a5-aff4-247b041c80d3> .

