@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/13510> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "5 Melodies, Op. 35bis" ;
    dcterms:creator <http://data.carnegiehall.org/names/43414> ;
    ns1:dateCreated "1925" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n91012275>,
        <https://musicbrainz.org/work/d57aa142-b098-4abd-97f5-a83a9a16297f> .

