@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/114230> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Romanza senza parole" ;
    dcterms:creator <http://data.carnegiehall.org/names/1010847> ;
    ns1:dateCreated "1844" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/nr00000998>,
        <https://musicbrainz.org/work/4f3c5731-b5fb-40bb-a225-92311f79c972> .

