@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/1025425> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Charles L'Egru" ;
    ns1:birthDate "1809-02-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3094633/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Charles L'Egru" ;
    skos:exactMatch <https://musicbrainz.org/artist/cc13392e-96a8-4977-a67a-9076551d7136> .

