@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/1004820> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antoine Brumel" ;
    ns1:birthPlace <https://sws.geonames.org/2990271/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Antoine Brumel" ;
    skos:exactMatch <http://dbpedia.org/resource/Antoine_Brumel>,
        <http://id.loc.gov/authorities/names/n84042332>,
        <http://www.wikidata.org/entity/Q455101>,
        <https://musicbrainz.org/artist/46e8fe19-63d3-4374-a486-876568db4918> .

