@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/1000097> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henri Büsser" ;
    ns1:birthDate "1872-01-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2972315/> ;
    ns1:deathDate "1973-12-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Henri Büsser" ;
    skos:exactMatch <http://dbpedia.org/resource/Henri_B%C3%BCsser>,
        <http://id.loc.gov/authorities/names/n83187769>,
        <http://www.wikidata.org/entity/Q661582>,
        <https://musicbrainz.org/artist/6c5964ec-812a-4a6b-bfcf-ea65c45bf8c3> .

