@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/107058> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Baby I'm-a Want You" ;
    dcterms:creator <http://data.carnegiehall.org/names/119907> ;
    ns1:dateCreated "1971" ;
    skos:exactMatch <http://dbpedia.org/resource/Baby_I%27m-a_Want_You_(song)>,
        <https://musicbrainz.org/work/a25e3ec9-1f5e-4c63-b29a-197b2bfe542d> .

