@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/64721> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Eugene Onegin, Op. 24: Act II, Scene 2. Kuda, kuda vï udalilis" ;
    ns1:lbt <http://data.carnegiehall.org/names/18239> ;
    dcterms:contributor <http://data.carnegiehall.org/names/18239> ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns2:dateCreated "1877-1878" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n80122528>,
        <http://www.wikidata.org/entity/Q54988140>,
        <https://musicbrainz.org/work/ea745570-5eda-4754-b011-9b87e5289db8> .

