@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/60858> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "A Charm of Lullabies, Op. 41" ;
    ns2:aut <http://data.carnegiehall.org/names/1008887>,
        <http://data.carnegiehall.org/names/1019623>,
        <http://data.carnegiehall.org/names/1021298>,
        <http://data.carnegiehall.org/names/1021299>,
        <http://data.carnegiehall.org/names/1021300> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1008887>,
        <http://data.carnegiehall.org/names/1019623>,
        <http://data.carnegiehall.org/names/1021298>,
        <http://data.carnegiehall.org/names/1021299>,
        <http://data.carnegiehall.org/names/1021300> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003241> ;
    ns1:dateCreated "1947" ;
    skos:exactMatch <http://dbpedia.org/resource/A_Charm_of_Lullabies>,
        <http://id.loc.gov/authorities/names/no97074279>,
        <http://www.wikidata.org/entity/Q18349559>,
        <https://musicbrainz.org/work/1c7b2583-ada9-45e0-b4b5-0b6ddff47290> .

