@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/34629> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Canciones españolas antiguas: 8. Nana de Sevilla" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007352> ;
    ns1:dateCreated "c. 1930" ;
    skos:exactMatch <https://musicbrainz.org/work/099c1d5d-6f3b-4914-ade7-d5025800c71e> .

