@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/17172> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Czech Dances, , Vol. 2, JB 1:114: 7. Hulán (The Uhlan)" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003037> ;
    ns1:dateCreated "1879" ;
    skos:exactMatch <https://musicbrainz.org/work/3ad9a092-de9b-4cef-b1ac-7506a60abe8e> .

