@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/45455> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Piano Sonata 1.X.1905, \"From the Street\"" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003411> ;
    ns1:dateCreated "1905" ;
    skos:exactMatch <http://dbpedia.org/resource/1._X._1905>,
        <http://id.loc.gov/authorities/names/n82063632>,
        <http://www.wikidata.org/entity/Q3069025>,
        <https://musicbrainz.org/work/1768b942-731e-4c70-8ea7-8ce8ab47c3b3> .

