@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/67480> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Il maestro di cappella" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009971> ;
    ns1:dateCreated "c. 1786-1792" ;
    skos:exactMatch <http://dbpedia.org/resource/Il_maestro_di_cappella>,
        <http://www.wikidata.org/entity/Q467311>,
        <https://id.loc.gov/authorities/names/n87137817>,
        <https://musicbrainz.org/work/20e7a4b7-7234-4c34-8e88-249c32d73cdf> .

