@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/38678> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Liebesträume, S. 541" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001205> ;
    ns1:dateCreated "1843-1850" ;
    skos:exactMatch <http://dbpedia.org/resource/Liebestr%C3%A4ume>,
        <http://id.loc.gov/authorities/names/n81056514>,
        <http://www.wikidata.org/entity/Q1065305>,
        <https://musicbrainz.org/work/879ddafd-4b41-4437-ab7f-18b1db2f9c0d> .

