@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/1018067> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Glen Ballard" ;
    ns1:birthDate "1953-05-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4437982/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Glen Ballard" ;
    skos:exactMatch <http://dbpedia.org/resource/Glen_Ballard>,
        <http://id.loc.gov/authorities/names/no96004536>,
        <http://musicbrainz.org/artist/4d9768fd-947c-4b0a-beba-6191e2c830e2>,
        <http://www.wikidata.org/entity/Q920983> .

