@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/29663> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Gesù bambino" ;
    dcterms:creator <http://data.carnegiehall.org/names/46515> ;
    ns1:dateCreated "1917" ;
    skos:exactMatch <http://dbpedia.org/resource/Ges%C3%B9_bambino>,
        <http://www.wikidata.org/entity/Q5553744>,
        <https://id.loc.gov/authorities/names/n95061413>,
        <https://musicbrainz.org/work/33f13115-a16e-3b39-9ec4-8aca9f4f40d4> .

