@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/1025882> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mikuláš Schneider-Trnavský" ;
    ns1:birthDate "1881-05-24"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3057124/> ;
    ns1:deathDate "1958-05-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Mikuláš Schneider-Trnavský" ;
    skos:exactMatch <http://dbpedia.org/resource/Mikul%C3%A1%C5%A1_Schneider-Trnavsk%C3%BD>,
        <http://www.wikidata.org/entity/Q3506661>,
        <https://id.loc.gov/authorities/names/n82039433> .

