@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/119278> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Concertstück, Op. 39" ;
    dcterms:creator <http://data.carnegiehall.org/names/1002038> ;
    ns1:dateCreated "1901" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n88669977>,
        <http://www.wikidata.org/entity/Q3198809>,
        <https://musicbrainz.org/work/3674c8b6-e051-46fa-af73-faf4a25f1099> .

