@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/1003166> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Johann Sebastian Bach" ;
    ns1:birthDate "1685-03-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2931574/> ;
    ns1:deathDate "1750-07-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Johann Sebastian Bach" ;
    skos:exactMatch <http://dbpedia.org/resource/Johann_Sebastian_Bach>,
        <http://id.loc.gov/authorities/names/n79021425>,
        <http://musicbrainz.org/artist/24f1766e-9635-4d58-a4d4-9413f9f98a4c>,
        <http://www.wikidata.org/entity/Q1339> .

