@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/1004668> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nicholas Charles Bochsa" ;
    ns1:birthDate "1789-08-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2992260/> ;
    ns1:deathDate "1856-01-06"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nicholas Charles Bochsa" ;
    skos:exactMatch <http://dbpedia.org/resource/Nicolas-Charles_Bochsa>,
        <http://id.loc.gov/authorities/names/n79150254>,
        <http://www.wikidata.org/entity/Q251397>,
        <https://musicbrainz.org/artist/ac90639b-6140-45ca-8ace-266b8fea4089> .

