@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/106126> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "George Walker" ;
    ns1:birthDate "1873"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/4274277/> ;
    ns1:deathDate "1911"^^xsd:gYear ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151>,
        <http://data.carnegiehall.org/roles/507>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "George Walker" ;
    skos:exactMatch <http://dbpedia.org/resource/George_Walker_(vaudeville)>,
        <http://id.loc.gov/authorities/names/no98131072>,
        <http://www.wikidata.org/entity/Q5545822>,
        <https://musicbrainz.org/artist/5b90a452-48df-4029-b0aa-5f9d6dd341f2> .

