@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/9623> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "9 Little Pieces, BB 90: 6. Air" ;
    dcterms:creator <http://data.carnegiehall.org/names/39524> ;
    ns1:dateCreated "1926" ;
    skos:exactMatch <https://musicbrainz.org/work/d1e219f0-dc28-4812-9996-44e50b683095> .

