@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/18781> a ns1:CreativeWork,
        ns1:MusicComposition ;
    rdfs:label "Gottes Zeit ist die allerbeste Zeit, BWV 106" ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    ns1:dateCreated "c. 1707-1708" ;
    skos:exactMatch <http://dbpedia.org/resource/Gottes_Zeit_ist_die_allerbeste_Zeit,_BWV_106>,
        <http://www.wikidata.org/entity/Q1538977>,
        <https://id.loc.gov/authorities/names/n80125020>,
        <https://musicbrainz.org/work/85da3806-fd52-4556-917f-e6c55eab1e3c> .

