@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/17343> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Chants d’Espagne, Op. 232: 4. Córdoba" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001956> ;
    ns1:dateCreated "1896" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n93028922>,
        <https://musicbrainz.org/work/f94c844c-695e-327f-8efe-947bb0090b17> .

