@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/1006683> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jean Baptiste Besard" ;
    ns1:birthPlace <https://sws.geonames.org/3033123/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jean Baptiste Besard" ;
    skos:exactMatch <http://dbpedia.org/resource/Jean-Baptiste_Besard>,
        <http://id.loc.gov/authorities/names/n81138323>,
        <http://www.wikidata.org/entity/Q1684613>,
        <https://musicbrainz.org/artist/3969e997-2d7f-4830-b89b-2b5b54d44a74> .

