@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/1007407> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vítezslava Kaprálová" ;
    ns1:birthDate "1915-01-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3078610/> ;
    ns1:deathDate "1940-06-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Vítezslava Kaprálová" ;
    skos:exactMatch <http://dbpedia.org/resource/V%C3%ADt%C4%9Bzslava_Kapr%C3%A1lov%C3%A1>,
        <http://id.loc.gov/authorities/names/nr88007422>,
        <http://www.wikidata.org/entity/Q263208>,
        <https://musicbrainz.org/artist/5c97adb6-5f6d-4856-acea-13bd99f5f4f0> .

