@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/1012409> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Juan Bermudo" ;
    ns1:birthPlace <https://sws.geonames.org/2518770/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Juan Bermudo" ;
    skos:exactMatch <http://dbpedia.org/resource/Juan_Bermudo>,
        <http://www.wikidata.org/entity/Q615523>,
        <https://id.loc.gov/authorities/names/n86050390>,
        <https://musicbrainz.org/artist/c4b9f6aa-dfcd-41c6-b9ae-4a0f9b149da9> .

