@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/11119> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "New Faces of 1952: Guess Who I Saw Today" ;
    ns2:lyr <http://data.carnegiehall.org/names/1025287> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025287> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004666> ;
    ns1:dateCreated "1952" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q5615095>,
        <https://musicbrainz.org/work/6168251c-e179-4c24-933a-b141eb2e8f47> .

