@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/11515> a ns2:CreativeWork,
        ns2:MusicComposition ;
    rdfs:label "Ein feste Burg ist unser Gott, BWV 80" ;
    ns1:aut <http://data.carnegiehall.org/names/1002293> ;
    ns1:lbt <http://data.carnegiehall.org/names/1025806> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1002293>,
        <http://data.carnegiehall.org/names/1025806> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns2:dateCreated "1724" ;
    skos:exactMatch <http://dbpedia.org/resource/Ein_feste_Burg_ist_unser_Gott,_BWV_80>,
        <http://www.wikidata.org/entity/Q1305461>,
        <https://musicbrainz.org/work/f49ebe41-22bf-4c4a-8fcb-1849f29f294d> .

