@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/27892> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Rake's Progress: Act I, Scene 3. No word from Tom" ;
    ns2:lbt <http://data.carnegiehall.org/names/1025427>,
        <http://data.carnegiehall.org/names/456> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025427>,
        <http://data.carnegiehall.org/names/456> ;
    dcterms:creator <http://data.carnegiehall.org/names/12468> ;
    ns1:dateCreated "1947-1951" ;
    skos:exactMatch <https://musicbrainz.org/work/c8748dbd-b6da-3641-94cd-a73d325f98ce> .

