@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/22513> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jindrich Rohan" ;
    ns1:birthDate "1919-05-14"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3078610/> ;
    ns1:deathDate "1978-02-14"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jindrich Rohan" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q4395361>,
        <https://id.loc.gov/authorities/n81125405>,
        <https://musicbrainz.org/artist/ab47a8a7-12e6-4f46-9f1e-fb5e59504f16> .

