@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/8087> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Song-Poem ‘In Honour of an Ashugh’" ;
    dcterms:creator <http://data.carnegiehall.org/names/3375> ;
    ns1:dateCreated "1929" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n96019596>,
        <https://musicbrainz.org/work/a63b3dca-97f6-4140-ad3f-f847a4be4391> .

