@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/1029043> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "K. B. (Karel Boleslav) Jirák" ;
    ns1:birthDate "1891-01-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "1972-01-30"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "K. B. (Karel Boleslav) Jirák" ;
    skos:exactMatch <http://dbpedia.org/resource/Karel_Boleslav_Jir%C3%A1k>,
        <http://id.loc.gov/authorities/names/no95054589>,
        <http://www.wikidata.org/entity/Q1347576>,
        <https://musicbrainz.org/artist/1f90f2d4-d350-42f9-baaf-a741a85e2df1> .

