@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/1030069> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Fernando Ferandiere" ;
    ns1:birthPlace <https://sws.geonames.org/2510769/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Fernando Ferandiere" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q3069458>,
        <https://id.loc.gov/authorities/names/n86832454>,
        <https://musicbrainz.org/artist/6823d605-12fe-4e1c-b512-7a9659d3ad24> .

