@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1009687> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Wilhelm Friedemann Bach" ;
    ns1:birthDate "1710-11-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2812482/> ;
    ns1:deathDate "1784-07-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Wilhelm Friedemann Bach" ;
    skos:exactMatch <http://dbpedia.org/resource/Wilhelm_Friedemann_Bach>,
        <http://id.loc.gov/authorities/names/n79145903>,
        <http://www.wikidata.org/entity/Q107277>,
        <https://musicbrainz.org/artist/4af324c6-0a7c-4c84-b7ce-c60ffe4a8f33> .

