@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/34375> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Was soll ich aus dir machen, Ephraim, BWV 89: 5. Aria (soprano): Gerechter Gott, ach, rechnest du" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "1723" ;
    skos:exactMatch <https://id.loc.gov/authorities/names/n88045306>,
        <https://musicbrainz.org/work/451beda7-123f-33cd-b4d5-63f4a47ca3a8> .

