@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#> .

<http://data.carnegiehall.org/names/1008276> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Baude Cordier" ;
    ns1:birthPlace <https://sws.geonames.org/2984114/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Baude Cordier" ;
    skos:exactMatch <http://dbpedia.org/resource/Baude_Cordier>,
        <http://id.loc.gov/authorities/names/n89669501>,
        <http://www.wikidata.org/entity/Q780780>,
        <https://musicbrainz.org/artist/d5b4a90a-c8f9-4cc2-925c-fc97780a5883> .

