@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/38365> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Cançons i danses: 5. Canço. Lento litúrgico – Dansa. Senza rigore" ;
    dcterms:creator <http://data.carnegiehall.org/names/1004904> ;
    ns1:dateCreated "1942-1962" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2003099583>,
        <https://musicbrainz.org/work/7751b462-9ee1-4af0-a77a-9238b5a46d1b> .

