@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/1016511> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Bach" ;
    ns1:birthDate "1604-11-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2813529/> ;
    ns1:deathDate "1673-05-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johann Bach" ;
    skos:exactMatch <http://dbpedia.org/resource/Johannes_Bach>,
        <http://id.loc.gov/authorities/names/n85251516>,
        <http://www.wikidata.org/entity/Q252919>,
        <https://musicbrainz.org/artist/28a81bc7-7f1f-4c95-9f41-6100453760ea> .

