@prefix dcterms: <http://purl.org/dc/terms/> .
@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/120151> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Bella ciao" ;
    dcterms:creator <http://data.carnegiehall.org/names/1008058> ;
    skos:exactMatch <http://dbpedia.org/resource/Bella_ciao>,
        <http://www.wikidata.org/entity/Q159633>,
        <https://musicbrainz.org/work/d37ef894-29a0-3c0e-91e6-2d1d554662ff> .

