@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/38720> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Quintet in F Minor" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004863> ;
    ns1:dateCreated "1879" ;
    skos:exactMatch <http://dbpedia.org/resource/Piano_Quintet_(Franck)>,
        <http://id.loc.gov/authorities/names/nr94027894>,
        <http://www.wikidata.org/entity/Q15402017>,
        <https://musicbrainz.org/work/84876be1-9c8a-4af0-a259-0231a7104b40> .

