@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/44478> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Yerushalayim shel Zahav (Jerusalem of Gold)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1007416> ;
    ns1:dateCreated "1967" ;
    skos:exactMatch <http://dbpedia.org/resource/Jerusalem_of_Gold>,
        <http://www.wikidata.org/entity/Q634180>,
        <https://id.loc.gov/authorities/no00041102>,
        <https://musicbrainz.org/work/db39d0d3-048b-3f6e-b3d8-59279deba648> .

