@prefix dcterms: <http://purl.org/dc/terms/> .
@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/30018> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "We Are Climbing Jacob's Ladder" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010036> ;
    skos:exactMatch <http://dbpedia.org/resource/We_Are_Climbing_Jacob's_Ladder>,
        <http://www.wikidata.org/entity/Q7977275>,
        <https://musicbrainz.org/work/cd6f70b1-6c7e-41df-804c-67f7d82c0f1f> .

