@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/40972> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Lamentaciones de Jeremías Propheta, Op. 14" ;
    dcterms:creator <http://data.carnegiehall.org/names/1001904> ;
    ns1:dateCreated "1946" ;
    skos:exactMatch <http://dbpedia.org/resource/Lamentaciones_de_Jeremias_Propheta>,
        <http://www.wikidata.org/entity/Q6481757>,
        <https://id.loc.gov/authorities/names/n82106654>,
        <https://musicbrainz.org/work/9e561a37-8e4e-4a23-9a5a-58976ff74c6a> .

