@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/1001541> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ludmila Ulehla" ;
    ns1:birthDate "1923-05-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5117472/> ;
    ns1:deathDate "2009"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ludmila Ulehla" ;
    skos:exactMatch <http://dbpedia.org/resource/Ludmila_Ulehla>,
        <http://id.loc.gov/authorities/names/nr92034354>,
        <http://www.wikidata.org/entity/Q1685546>,
        <https://musicbrainz.org/artist/2657ed55-b997-4c99-8b3f-4ad028502258> .

