@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/39174> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Schelomo" ;
    dcterms:creator <http://data.carnegiehall.org/names/31210> ;
    ns1:dateCreated "1916" ;
    skos:exactMatch <http://dbpedia.org/resource/Schelomo>,
        <http://id.loc.gov/authorities/names/n88610521>,
        <http://www.wikidata.org/entity/Q3475319>,
        <https://musicbrainz.org/work/0e9d27ec-dc4e-4e46-9784-6338cbe0c287> .

