@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/54358> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Mein Lebenslauf ist Lieb’ und Lust!, Op. 263" ;
    dcterms:creator <http://data.carnegiehall.org/names/1005345> ;
    ns1:dateCreated "1869" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q24899912>,
        <https://id.loc.gov/authorities/names/no98039685>,
        <https://musicbrainz.org/work/1d59bd40-bfd1-437e-af95-5a523bf3b583> .

