@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@prefix ns2: <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/51329> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Herz und Mund und Tat und Leben, BWV 147" ;
    ns1:lbt <http://data.carnegiehall.org/names/1025806>,
        <http://data.carnegiehall.org/names/1025807> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025806>,
        <http://data.carnegiehall.org/names/1025807> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns2:dateCreated "1723" ;
    skos:exactMatch <http://dbpedia.org/resource/Herz_und_Mund_und_Tat_und_Leben,_BWV_147>,
        <http://www.wikidata.org/entity/Q1354193>,
        <https://id.loc.gov/authorities/names/n82039521>,
        <https://musicbrainz.org/work/b064a388-1c4a-4483-bdb7-e025ad3b963d> .

