@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/1004387> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Brooks Bowman" ;
    ns1:birthDate "1913-10-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5150529/> ;
    ns1:deathDate "1937-10-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Brooks Bowman" ;
    skos:exactMatch <http://dbpedia.org/resource/Brooks_Bowman>,
        <http://id.loc.gov/authorities/names/nb2001016487>,
        <http://www.wikidata.org/entity/Q4974977>,
        <https://musicbrainz.org/artist/403485de-ac5a-4ba7-8e5a-afc4a64e6d15> .

