@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/100482> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "The Piano Has Been Drinking (Not Me)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1017733> ;
    ns1:dateCreated "1976" ;
    skos:exactMatch <http://dbpedia.org/resource/The_Piano_Has_Been_Drinking_(Not_Me)_(An_Evening_with_Pete_King)>,
        <http://www.wikidata.org/entity/Q7757019>,
        <https://musicbrainz.org/work/8d6d181d-3c93-4cdb-a261-c8455b24868d> .

