@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/1006400> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean Louis Nicodé" ;
    ns1:birthDate "1853-08-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3097127/> ;
    ns1:deathDate "1919-10-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean Louis Nicodé" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean_Louis_Nicod%C3%A9>,
        <http://id.loc.gov/authorities/names/n88006020>,
        <http://www.wikidata.org/entity/Q878610>,
        <https://musicbrainz.org/artist/8ccf7bd5-1819-4dd0-8c88-86ab9f5e725f> .

