@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/124153> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Kanteletar-Lauluja, Op. 100: 4. Tule tänne" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001954> ;
    ns1:dateCreated "1948-1950" ;
    skos:exactMatch <https://musicbrainz.org/work/f6c62e44-b00f-40bd-8529-de03191bac20> .

