@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/61300> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jirí Chvála" ;
    ns1:birthDate "1933-05-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3070351/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jirí Chvála" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n93100299>,
        <http://www.wikidata.org/entity/Q12025083>,
        <https://musicbrainz.org/artist/20364f98-b540-4bbf-8c38-00eec2bcb75b> .

