@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/34237> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "I Got It Bad (and That Ain't Good)" ;
    ns2:lyr <http://data.carnegiehall.org/names/1017371> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1017371> ;
    dcterms:creator <http://data.carnegiehall.org/names/4806> ;
    ns1:dateCreated "1941" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Got_It_Bad_(and_That_Ain%27t_Good)>,
        <http://www.wikidata.org/entity/Q15040919>,
        <https://id.loc.gov/authorities/names/no2013049134>,
        <https://musicbrainz.org/work/328a255f-034f-3e33-bff1-f2028ad21603> .

