@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/6112> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Felipe Luciano" ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/409> ;
    ns1:name "Felipe Luciano" ;
    skos:exactMatch <http://dbpedia.org/resource/Felipe_Luciano>,
        <http://id.loc.gov/authorities/names/n97844453>,
        <http://www.wikidata.org/entity/Q5442002>,
        <https://musicbrainz.org/artist/d0f6e422-517c-4989-9055-6c899ed5aacb> .

