@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/1004583> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Georges Hüe" ;
    ns1:birthDate "1858-05-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2969679/> ;
    ns1:deathDate "1948-06-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Georges Hüe" ;
    skos:exactMatch <http://dbpedia.org/resource/Georges_H%C3%BCe>,
        <http://id.loc.gov/authorities/names/n81140105>,
        <http://musicbrainz.org/artist/07547e39-2ea5-4772-aa3f-6f30cd36bafa>,
        <http://www.wikidata.org/entity/Q358965> .

