@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/1014680> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Wilhelm" ;
    ns1:birthDate "1815-09-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2838059/> ;
    ns1:deathDate "1873-08-26"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Karl Wilhelm" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Wilhelm_(conductor)>,
        <http://id.loc.gov/authorities/names/no98133590>,
        <http://www.wikidata.org/entity/Q213949>,
        <https://musicbrainz.org/artist/2b5490ba-c5e5-4114-876f-2ccd61bd2057> .

