@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/39370> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Lieder und Gesänge, Vol. 2: 1. Um schlimme Kinder artig zu machen" ;
    dcterms:creator <http://data.carnegiehall.org/names/39824> ;
    ns1:dateCreated "1887-1890" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2002038010>,
        <https://musicbrainz.org/work/14a4bf18-49f4-3c3d-9ba6-f596cc30cc5f> .

