@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/8518> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Bolero" ;
    dcterms:creator <http://data.carnegiehall.org/names/719> ;
    ns1:dateCreated "1928" ;
    skos:exactMatch <http://dbpedia.org/resource/Bol%C3%A9ro>,
        <http://id.loc.gov/authorities/names/n81022437>,
        <http://www.wikidata.org/entity/Q327331>,
        <https://musicbrainz.org/work/487527b9-a525-33f4-b948-ea41b9a2672f> .

