@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/9536> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Bastien und Bastienne, K. 50" ;
    dcterms:creator <http://data.carnegiehall.org/names/1006075> ;
    ns1:dateCreated "1768" ;
    skos:exactMatch <http://dbpedia.org/resource/Bastien_und_Bastienne>,
        <http://www.wikidata.org/entity/Q791268>,
        <https://id.loc.gov/authorities/n91067543>,
        <https://musicbrainz.org/work/c7ad658d-8eec-4a79-a35f-037d43fd6dac> .

