@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/1020248> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Karl Gottfried von Leitner" ;
    ns1:birthDate "1800-11-18"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2778067/> ;
    ns1:deathDate "1890-06-20"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Karl Gottfried von Leitner" ;
    skos:exactMatch <http://dbpedia.org/resource/Karl_Gottfried_Ritter_von_Leitner>,
        <http://id.loc.gov/authorities/names/n94032521>,
        <http://www.wikidata.org/entity/Q86308>,
        <https://musicbrainz.org/artist/9b76c18b-9dec-4110-8987-74fc4bcb86c3> .

