@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/33096> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "9 Gedichte, Op. 19: 4. Es ist alles wie ein wunderbarer Garten" ;
    ns2:aut <http://data.carnegiehall.org/names/1021711> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1021711> ;
    dcterms:creator <http://data.carnegiehall.org/names/1000807> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <https://musicbrainz.org/work/8f32b51f-75e8-41bb-a8a3-6c1ba6bd8b11> .

