@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/13024> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "I Wish I Knew How It Would Feel to Be Free" ;
    ns1:lyr <http://data.carnegiehall.org/names/1021568> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021568> ;
    dcterms:creator <http://data.carnegiehall.org/names/14889> ;
    ns2:dateCreated "1963" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Wish_I_Knew_How_It_Would_Feel_to_Be_Free>,
        <https://musicbrainz.org/work/089ba8cc-316d-480c-8883-c1b4b0512ab4> .

