@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/1016520> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William David Brohn" ;
    ns1:birthDate "1933-03-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4992982/> ;
    ns1:deathDate "2017-05-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/adp>,
        <http://id.loc.gov/vocabulary/relators/arr> ;
    ns1:name "William David Brohn" ;
    skos:exactMatch <http://dbpedia.org/resource/William_David_Brohn>,
        <http://www.wikidata.org/entity/Q8007608>,
        <https://id.loc.gov/authorities/names/n86861400>,
        <https://musicbrainz.org/artist/92659f36-e576-44cb-a776-a03a78eec6dc> .

