@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/30095> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "4 Pieces for Clarinet and Piano, Op. 5" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009982> ;
    ns1:dateCreated "1913" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n96074926>,
        <http://www.wikidata.org/entity/Q3413502>,
        <https://musicbrainz.org/work/2b85b169-83ea-4ce6-8ed1-0c6a86bc69fc> .

