@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/109788> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Feelin' Alright?" ;
    dcterms:creator <http://data.carnegiehall.org/names/1025724> ;
    ns1:dateCreated "1968" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q5441357>,
        <https://musicbrainz.org/work/b8976d1b-0efb-3a62-8fe0-24a570031ea2> .

