@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/1005336> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Charles Dennée" ;
    ns1:birthDate "1863-09-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5130081/> ;
    ns1:deathDate "1946-04-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Charles Dennée" ;
    skos:exactMatch <http://dbpedia.org/resource/Charles_Denn%C3%A9e>,
        <http://www.wikidata.org/entity/Q5076829>,
        <https://id.loc.gov/authorities/names/no92013674>,
        <https://musicbrainz.org/artist/cb4be852-e3b4-40f8-9288-4448847627e1> .

