@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/1018368> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Cesk Zadeja" ;
    ns1:birthDate "1927-06-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3184081/> ;
    ns1:deathDate "1997-08-15"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Cesk Zadeja" ;
    skos:exactMatch <http://dbpedia.org/resource/%C3%87esk_Zadeja>,
        <http://id.loc.gov/authorities/names/n88620622>,
        <http://www.wikidata.org/entity/Q743511>,
        <https://musicbrainz.org/artist/6754b5cd-9eca-4777-a104-8e1c21c47b03> .

