@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/1013522> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Heinrich Bach" ;
    ns1:birthDate "1615-09-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2813529/> ;
    ns1:deathDate "1692-07-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Heinrich Bach" ;
    skos:exactMatch <http://dbpedia.org/resource/Heinrich_Bach>,
        <http://www.wikidata.org/entity/Q61587>,
        <https://id.loc.gov/authorities/names/n81129522>,
        <https://musicbrainz.org/artist/cc6d1ac2-d914-461f-b891-6b742acc46cc> .

