@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/52973> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 Songs, Op. 4: 1. O net, molyu, ne ukhodi (Oh no, I beg you, forsake me not)" ;
    ns2:aut <http://data.carnegiehall.org/names/1024400> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1024400> ;
    dcterms:creator <http://data.carnegiehall.org/names/52002> ;
    ns1:dateCreated "1892" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no96051018>,
        <https://musicbrainz.org/work/2ef7506c-f53d-4d03-b21a-05b30e7efefe> .

