@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/1006250> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nicolas Gombert" ;
    ns1:birthPlace <https://sws.geonames.org/3337388/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Nicolas Gombert" ;
    skos:exactMatch <http://dbpedia.org/resource/Nicolas_Gombert>,
        <http://id.loc.gov/authorities/names/n82237511>,
        <http://www.wikidata.org/entity/Q549689>,
        <https://musicbrainz.org/artist/bd53b9c7-252e-4eb3-9781-9b6bf697f393> .

