@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/2458> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Spanisches Liederbuch, Weltliche Lieder: 1. Klinge, klinge, mein Pandero" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003059> ;
    ns1:dateCreated "1889" ;
    skos:exactMatch <https://musicbrainz.org/work/c2c75c62-6047-4d3e-8902-b91c285575f2> .

