@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/20111> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Testament of Freedom: 1. The God who gave us life" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002974> ;
    ns1:dateCreated "1943" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no00003870>,
        <https://musicbrainz.org/work/32e244e2-6797-436a-ac71-b206fac2d690> .

