@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/18931> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Mikrokosmos, Vol. 6: Ostinato, BB 105, No. 146" ;
    dcterms:creator <http://data.carnegiehall.org/names/39524> ;
    ns1:dateCreated "1926-1939" ;
    skos:exactMatch <https://musicbrainz.org/work/27d3a5ce-7009-4a96-82d4-3deef6c69b1d> .

