@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/16934> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "I Got You (I Feel Good)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003779> ;
    ns1:dateCreated "1965" ;
    skos:exactMatch <http://dbpedia.org/resource/I_Got_You_(I_Feel_Good)>,
        <https://musicbrainz.org/work/d0dfcb16-d373-3901-81ed-20fdc87b6086> .

