@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/111201> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Lullaby and Grotesque" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010586> ;
    ns1:dateCreated "c. 1916" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no95056334>,
        <https://musicbrainz.org/work/f9850c9d-0c7b-42d3-8655-ae073f7d7c30> .

