@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/15635> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Pagliacci: Prologue. Si può?" ;
    ns2:lbt <http://data.carnegiehall.org/names/37290> ;
    dcterms:contributor <http://data.carnegiehall.org/names/37290> ;
    dcterms:creator <http://data.carnegiehall.org/names/37290> ;
    ns1:dateCreated "1892" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n87827237>,
        <https://musicbrainz.org/work/78f5cc1c-5bb1-34d4-b71f-a8a8d3c86ef1> .

