@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.carnegiehall.org/names/1002711> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Victor Bendix" ;
    ns1:birthDate "1851-05-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2618425/> ;
    ns1:deathDate "1926-01-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Victor Bendix" ;
    skos:exactMatch <http://dbpedia.org/resource/Victor_Bendix>,
        <http://id.loc.gov/authorities/names/n94121391>,
        <http://www.wikidata.org/entity/Q1251002>,
        <https://musicbrainz.org/artist/744eaf9d-3eff-4cdc-93f1-b928326f30c7> .

