@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/26999> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Stairway to the Stars" ;
    ns1:cmp <http://data.carnegiehall.org/names/1024819> ;
    ns1:lyr <http://data.carnegiehall.org/names/1020387> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1020387>,
        <http://data.carnegiehall.org/names/1024819> ;
    dcterms:creator <http://data.carnegiehall.org/names/323> ;
    skos:exactMatch <http://dbpedia.org/resource/Stairway_to_the_Stars>,
        <http://www.wikidata.org/entity/Q7597119>,
        <https://musicbrainz.org/work/126023cf-516c-35f6-9f24-26bd3508b213> .

