@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/5998> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Und gestern hat er mir Rosen gebracht" ;
    ns2:aut <http://data.carnegiehall.org/names/1029135> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1029135> ;
    dcterms:creator <http://data.carnegiehall.org/names/1005655> ;
    ns1:dateCreated "1909" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n82040718>,
        <https://musicbrainz.org/work/894a9a08-12a6-4efd-95e3-3cc964e5cb4c> .

