@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/59580> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jirí Belohlávek" ;
    ns1:birthDate "1946-02-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:deathDate "2017-06-01"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Jirí Belohlávek" ;
    skos:exactMatch <http://dbpedia.org/resource/Ji%C5%99%C3%AD_B%C4%9Blohl%C3%A1vek>,
        <http://id.loc.gov/authorities/names/n81015323>,
        <http://www.wikidata.org/entity/Q983150>,
        <https://musicbrainz.org/artist/e46933fa-7d2d-467c-b7a0-1d499bc62d51> .

