@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/104363> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Winter Song" ;
    ns1:cmp <http://data.carnegiehall.org/names/83936> ;
    dcterms:contributor <http://data.carnegiehall.org/names/83936> ;
    dcterms:creator <http://data.carnegiehall.org/names/110868> ;
    skos:exactMatch <http://dbpedia.org/resource/Winter_Song_(song)>,
        <https://musicbrainz.org/work/43209ae9-4ecf-4d7e-b0c3-d7ca77d3f120> .

