@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@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/39632> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Shepherd's Hey" ;
    dcterms:creator <http://data.carnegiehall.org/names/31700> ;
    ns1:dateCreated "1908-1913" ;
    skos:exactMatch <https://musicbrainz.org/work/ea408b52-137f-43cf-b021-9fc43b388d9a> .

