@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/23420> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Semiramide" ;
    ns2:lbt <http://data.carnegiehall.org/names/1023834> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1023834> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003846> ;
    ns1:dateCreated "1823" ;
    skos:exactMatch <http://dbpedia.org/resource/Semiramide>,
        <http://www.wikidata.org/entity/Q900744>,
        <https://id.loc.gov/authorities/n81014108>,
        <https://musicbrainz.org/work/2598d21a-350c-3b8a-ba66-1d2aca6e71a9> .

