@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/28919> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Sonata for Cello and Piano in F Major, Op. 6" ;
    dcterms:creator <http://data.carnegiehall.org/names/39889> ;
    ns1:dateCreated "1880-1883" ;
    skos:exactMatch <http://dbpedia.org/resource/Cello_Sonata_(Strauss)>,
        <http://id.loc.gov/authorities/names/no96060696>,
        <http://www.wikidata.org/entity/Q3490236>,
        <https://musicbrainz.org/work/ea045f7f-110c-4b2a-8895-c6a46e09f242> .

