@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/9466> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Meditation on Orpheus, Op. 155" ;
    dcterms:creator <http://data.carnegiehall.org/names/44921> ;
    ns1:dateCreated "1957" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no96042492>,
        <https://musicbrainz.org/work/8ee6eda8-5b8d-4151-8c5c-c2e249c4a441> .

