@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/62337> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Cello and Piano, FP 143" ;
    dcterms:creator <http://data.carnegiehall.org/names/37816> ;
    ns1:dateCreated "1940-1948" ;
    skos:exactMatch <http://dbpedia.org/resource/Cello_Sonata_(Poulenc)>,
        <http://www.wikidata.org/entity/Q2406184>,
        <https://id.loc.gov/authorities/names/no97073969>,
        <https://musicbrainz.org/work/f16b46ce-0611-37b1-af66-a46f5208d173> .

