@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://id.loc.gov/vocabulary/relators/> .
@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/37044> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "12 Gesänge, Op. 5: 7. Gute Nacht" ;
    ns2:aut <http://data.carnegiehall.org/names/1019432> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1019432> ;
    dcterms:creator <http://data.carnegiehall.org/names/1004767> ;
    ns1:dateCreated "1846" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/no97002196>,
        <https://musicbrainz.org/work/f1e9cce3-de06-4b24-9d7c-f732ef9d2dbd> .

