@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/45118> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "7 Canciones populares españolas: 2. Seguidilla murciana" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006691> ;
    ns1:dateCreated "1914" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no97029794>,
        <https://musicbrainz.org/work/526288e3-3d64-3919-b2f2-4bd943240ec2> .

