@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/55168> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "4 Motets pour un temps de pénitence: 3. Tenebræ factæ sunt" ;
    dcterms:creator <http://data.carnegiehall.org/names/37816> ;
    ns1:dateCreated "1938" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no2005117132>,
        <https://musicbrainz.org/work/75661b59-63d6-4378-a02c-16b7ba4ba351> .

