@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/37323> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La Gitana" ;
    dcterms:creator <http://data.carnegiehall.org/names/36136> ;
    ns1:dateCreated "1917" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no00057424>,
        <https://musicbrainz.org/work/5177ada1-e02c-35bf-8668-4ccb8651bd39> .

