@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/10460> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Bardo Sonata, Op. 192" ;
    dcterms:creator <http://data.carnegiehall.org/names/44921> ;
    ns1:dateCreated "1959" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2007143558>,
        <https://musicbrainz.org/work/74c0deda-6bb2-493e-a07f-565d0de9b451> .

