@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/57556> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concerto russe, Op. 29" ;
    dcterms:creator <http://data.carnegiehall.org/names/1009425> ;
    ns1:dateCreated "1879" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no00036991>,
        <https://musicbrainz.org/work/a54a7aa4-d327-4343-8550-d6a2808b55b3> .

