@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/31643> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "St. John Passion, BWV 245" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "1724" ;
    skos:exactMatch <http://dbpedia.org/resource/St_John_Passion>,
        <http://id.loc.gov/authorities/names/n82009878>,
        <http://www.wikidata.org/entity/Q865333>,
        <https://musicbrainz.org/work/b16e5420-5d26-4760-9491-0fdb5ca2bcf2> .

