@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/1028588> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franz Xaver Huber" ;
    ns1:birthDate "1755-10-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3079500/> ;
    ns1:deathDate "1814-07-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Franz Xaver Huber" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q23775107>,
        <https://id.loc.gov/authorities/n88604366>,
        <https://musicbrainz.org/artist/0661165d-ce45-42b0-a72c-04cf041a0a70> .

