@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/1024087> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jirí Mucha" ;
    ns1:birthDate "1915-03-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "1991-04-05"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Jirí Mucha" ;
    skos:exactMatch <http://dbpedia.org/resource/Ji%C5%99%C3%AD_Mucha>,
        <http://www.wikidata.org/entity/Q1444405>,
        <https://id.loc.gov/authorities/names/n50013012>,
        <https://musicbrainz.org/artist/3efcda16-3fcb-4327-a8b2-a2d96cb6f000> .

