@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/16578> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Liebesträume, S. 541: Notturno No. 3 (O lieb, o lieb, so lang du lieben kannst)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001205> ;
    ns1:dateCreated "1843-1850" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n97071394>,
        <http://musicbrainz.org/work/0edc5a7d-48e1-393e-9a88-3ed0ce05aee0> .

