@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/70284> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Biréli Lagrène" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/1> ;
    ns2:birthDate "1966-09-04"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/2975588/> ;
    ns2:name "Biréli Lagrène" ;
    skos:exactMatch <http://dbpedia.org/resource/Bir%C3%A9li_Lagr%C3%A8ne>,
        <http://id.loc.gov/authorities/names/n85300297>,
        <http://www.wikidata.org/entity/Q502307>,
        <https://musicbrainz.org/artist/57e0894c-d70d-4026-a001-cf212f8550f2> .

