@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/29699> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Petite Suite" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009368> ;
    ns1:dateCreated "1886-1889" ;
    skos:exactMatch <http://dbpedia.org/resource/Petite_Suite_(Debussy)>,
        <http://id.loc.gov/authorities/names/n82101546>,
        <http://www.wikidata.org/entity/Q1853293>,
        <https://musicbrainz.org/work/db6b904f-b5ee-4e3c-a172-5aab4aa526e0> .

