@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/67553> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Miscellanea, Op.16: 2. Melodie in G-flat Major" ;
    dcterms:creator <http://data.carnegiehall.org/names/1690> ;
    ns1:dateCreated "1885" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2004114419>,
        <https://musicbrainz.org/work/28d1b885-94af-4567-934b-d2baa07338f0> .

