@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/6037> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Quatre chansons pour voix grave" ;
    dcterms:creator <http://data.carnegiehall.org/names/14334> ;
    ns1:dateCreated "1940-1945" ;
    skos:exactMatch <https://musicbrainz.org/work/cdf11348-c5f8-4ea6-93f2-b91bd3421b6f> .

