@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/24379> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "El Dorado" ;
    dcterms:creator <http://data.carnegiehall.org/names/58237> ;
    ns1:dateCreated "1991" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no98083806>,
        <https://musicbrainz.org/work/dc8d9dba-3cc0-4d82-9ef1-5170ac84992c> .

