@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/12112> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Pavane pour une infante défunte" ;
    dcterms:creator <http://data.carnegiehall.org/names/719> ;
    ns1:dateCreated "1899" ;
    skos:exactMatch <http://dbpedia.org/resource/Pavane_pour_une_infante_d%C3%A9funte>,
        <http://id.loc.gov/authorities/names/n82058796>,
        <http://www.wikidata.org/entity/Q2271923>,
        <https://musicbrainz.org/work/859d1566-7332-3fe9-b46b-78f6de837258> .

