@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/67162> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "2 Fairy Tales, Op. 20: 1. Allegro con espressione" ;
    dcterms:creator <http://data.carnegiehall.org/names/21162> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2003093946>,
        <https://musicbrainz.org/work/d7682a0d-0271-3022-9894-9d574b688c5b> .

