@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/110001> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Duo for Basoon and Double Bass, L. 35" ;
    dcterms:creator <http://data.carnegiehall.org/names/1000244> ;
    ns1:dateCreated "1925" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q14626951>,
        <https://id.loc.gov/authorities/names/no2003069117>,
        <https://musicbrainz.org/work/ed9b3cb2-fdc9-419a-a877-53ffba56987c> .

