@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/8851> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "6 Romances, Op. 6: 6. Net tolko tot, kto znal (None but the lonely heart)" ;
    ns2:aut <http://data.carnegiehall.org/names/1002641> ;
    ns2:lyr <http://data.carnegiehall.org/names/1019775> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1002641>,
        <http://data.carnegiehall.org/names/1019775> ;
    dcterms:creator <http://data.carnegiehall.org/names/18239> ;
    ns1:dateCreated "1869" ;
    skos:exactMatch <http://dbpedia.org/resource/None_but_the_Lonely_Heart_(Tchaikovsky)>,
        <http://id.loc.gov/authorities/names/n93022767>,
        <http://musicbrainz.org/work/a9798921-8527-3cff-9148-4716fd473a95>,
        <http://www.wikidata.org/entity/Q4490983> .

