@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/43167> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Má vlast" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003037> ;
    ns1:dateCreated "1872-1879" ;
    skos:exactMatch <http://dbpedia.org/resource/M%C3%A1_vlast>,
        <http://id.loc.gov/authorities/names/n81059079>,
        <http://www.wikidata.org/entity/Q1044709>,
        <https://musicbrainz.org/work/be255a2d-85b1-4258-b78c-280e8739df95> .

