@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ns1: <http://id.loc.gov/vocabulary/relators/> .
@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/68378> a <http://schema.org/CreativeWork>,
        <http://schema.org/MusicComposition> ;
    rdfs:label "Uns ist ein Kind geboren, BWV 142" ;
    ns1:lbt <http://data.carnegiehall.org/names/1025541> ;
    dcterms:contributor <http://data.carnegiehall.org/names/1025541> ;
    dcterms:creator <http://data.carnegiehall.org/names/1003166> ;
    skos:exactMatch <http://dbpedia.org/resource/Uns_ist_ein_Kind_geboren,_BWV_142>,
        <http://id.loc.gov/authorities/names/n85078632>,
        <http://www.wikidata.org/entity/Q3013400>,
        <https://musicbrainz.org/work/1adcf9ba-1fdb-42b3-9bcb-24698d85f602> .

