@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/1008277> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jacob de Senleches" ;
    ns1:birthPlace <https://sws.geonames.org/3017382/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Jacob de Senleches" ;
    skos:exactMatch <http://dbpedia.org/resource/Jacob_Senleches>,
        <http://id.loc.gov/authorities/names/n89669546>,
        <http://www.wikidata.org/entity/Q386172>,
        <https://musicbrainz.org/artist/572531d6-8999-4110-a05e-2690308af577> .

