@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <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/101474> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Babe I'm Gonna Leave You" ;
    ns1:cmp <http://data.carnegiehall.org/names/37094>,
        <http://data.carnegiehall.org/names/37095> ;
    dcterms:contributor <http://data.carnegiehall.org/names/37094>,
        <http://data.carnegiehall.org/names/37095> ;
    dcterms:creator <http://data.carnegiehall.org/names/1022450> ;
    skos:exactMatch <http://dbpedia.org/resource/Babe_I%27m_Gonna_Leave_You>,
        <http://www.wikidata.org/entity/Q787873>,
        <https://musicbrainz.org/work/cfa697fc-2fa9-3cfd-b169-b29cf831faaf> .

