@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/39394> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Suite, BB 70" ;
    dcterms:creator <http://data.carnegiehall.org/names/39524> ;
    ns1:dateCreated "1916" ;
    skos:exactMatch <http://dbpedia.org/resource/Suite,_Op._14_(Bart%C3%B3k)>,
        <http://id.loc.gov/authorities/names/no96053198>,
        <http://www.wikidata.org/entity/Q7635557>,
        <https://musicbrainz.org/work/f01bf015-c1ac-449b-a993-83498141e21f> .

