@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/1008733> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Étienne François Gebauer" ;
    ns1:birthDate "1776-03-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2969679/> ;
    ns1:deathDate "1823"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Étienne François Gebauer" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n84018469>,
        <http://www.wikidata.org/entity/Q2787558>,
        <https://musicbrainz.org/artist/1eccd902-264c-49b2-8aa5-e1ad12380fac> .

