@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/1001099> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William G. James" ;
    ns1:birthDate "1892-08-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2177091/> ;
    ns1:deathDate "1977-03-10"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "William G. James" ;
    skos:exactMatch <http://dbpedia.org/resource/William_G._James>,
        <http://www.wikidata.org/entity/Q8009541>,
        <https://id.loc.gov/authorities/names/n93116196>,
        <https://musicbrainz.org/artist/98b016fe-6934-4b14-a184-9cbc7f726f55> .

