@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/6388> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Liza" ;
    ns1:lyr <http://data.carnegiehall.org/names/1003667>,
        <http://data.carnegiehall.org/names/1018988> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1003667>,
        <http://data.carnegiehall.org/names/1018988> ;
    dcterms:creator <http://data.carnegiehall.org/names/34823> ;
    ns2:dateCreated "1929" ;
    skos:exactMatch <http://dbpedia.org/resource/Liza_(All_the_Clouds%27ll_Roll_Away)>,
        <http://id.loc.gov/authorities/names/n91029869>,
        <http://www.wikidata.org/entity/Q6660358>,
        <https://musicbrainz.org/work/7be42dcb-bbbb-3e7a-aa8c-d9412283a7e1> .

