@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/1006310> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Borlet" ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Borlet" ;
    skos:exactMatch <http://dbpedia.org/resource/Borlet>,
        <http://id.loc.gov/authorities/names/nr89003983>,
        <http://www.wikidata.org/entity/Q3642643>,
        <https://musicbrainz.org/artist/4f3dda8b-e1d8-4f00-94f6-27ca193b64c8> .

