@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <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/104692> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "By Jupiter: Ev'rything I've Got" ;
    ns2:lyr <http://data.carnegiehall.org/names/1018721> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1018721> ;
    dcterms:creator <http://data.carnegiehall.org/names/37239> ;
    ns1:dateCreated "1942" ;
    skos:exactMatch <http://dbpedia.org/resource/Ev%27rything_I've_Got>,
        <http://www.wikidata.org/entity/Q5414977>,
        <https://musicbrainz.org/work/71b0b108-fc1a-3bf0-8e9f-00a2c0e08c2d> .

