@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/1007266> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "J. R. (James Robinson) Planché" ;
    ns1:birthDate "1796-02-27"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1880-05-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "J. R. (James Robinson) Planché" ;
    skos:exactMatch <http://dbpedia.org/resource/James_Planch%C3%A9>,
        <http://id.loc.gov/authorities/names/n50019744>,
        <http://www.wikidata.org/entity/Q1680990>,
        <https://musicbrainz.org/artist/8eac2c23-9c9f-4c0a-9bf2-75272f1807ae> .

