@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/1030608> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Armand Renaud" ;
    ns1:birthDate "1836-07-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2969679/> ;
    ns1:deathDate "1895-10-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Armand Renaud" ;
    skos:exactMatch <http://dbpedia.org/resource/Armand_Renaud>,
        <http://www.wikidata.org/entity/Q677815>,
        <https://id.loc.gov/authorities/no94017027>,
        <https://musicbrainz.org/artist/1eb5e0d6-3475-4eb7-b3a8-958da99af654> .

