@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/56254> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "No No Nanette: Tea for Two" ;
    ns2:lyr <http://data.carnegiehall.org/names/42093> ;
    dcterms:contributor <http://data.carnegiehall.org/names/42093> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000884> ;
    ns1:dateCreated "1924" ;
    skos:exactMatch <http://dbpedia.org/resource/Tea_for_Two_(song)>,
        <http://id.loc.gov/authorities/names/n90607650>,
        <http://www.wikidata.org/entity/Q1725760>,
        <https://musicbrainz.org/work/8bb32887-ef94-3365-be5f-eb25c8dae551> .

