@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/1010863> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Marc-André Dalbavie" ;
    ns1:birthDate "1961-02-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2990611/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Marc-André Dalbavie" ;
    skos:exactMatch <http://dbpedia.org/resource/Marc-Andr%C3%A9_Dalbavie>,
        <http://www.wikidata.org/entity/Q328560>,
        <https://id.loc.gov/authorities/names/no94012563>,
        <https://musicbrainz.org/artist/3f44e8de-1386-4848-b511-5cf217e3fdb1> .

