@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/73292> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Spanisches Liederbuch, Geistliche Lieder: 2. Die du Gott gebarst, du Reine" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003059> ;
    ns1:dateCreated "1889" ;
    skos:exactMatch <https://musicbrainz.org/work/fea777bf-6d68-4f87-8a0d-55e94184881f> .

