@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/98868> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 Pieces, Op. 41" ;
    dcterms:creator <http://data.carnegiehall.org/names/21406> ;
    ns1:dateCreated "1945" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2005069671>,
        <https://musicbrainz.org/work/35e14b10-3a3e-469c-a0ae-3dd3921a8e37> .

