@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/3815> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "La gamme et autres morceaux de symphonie: 3. La Sonnerie de Sainte Geneviéve du Mont de Paris" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004125> ;
    ns1:dateCreated "1723" ;
    skos:exactMatch <http://dbpedia.org/resource/Sonnerie_de_Sainte-Genevi%C3%A8ve_du_Mont_de_Paris>,
        <http://id.loc.gov/authorities/names/n81151147>,
        <http://www.wikidata.org/entity/Q3490496>,
        <https://musicbrainz.org/work/d1633102-7b72-382b-9882-e07b5ec5ee2a> .

