@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/1020213> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "David Lindsay-Abaire" ;
    ns1:birthDate "1969-11-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4930956/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "David Lindsay-Abaire" ;
    skos:exactMatch <http://dbpedia.org/resource/David_Lindsay-Abaire>,
        <http://id.loc.gov/authorities/names/n00032777>,
        <http://www.wikidata.org/entity/Q532488>,
        <https://musicbrainz.org/artist/d6a653ab-796a-4b69-8e2f-c000c6290d8b> .

