@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/1014170> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Štepán Rak" ;
    ns1:birthDate "1945-08-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3067696/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Štepán Rak" ;
    skos:exactMatch <http://dbpedia.org/resource/%C5%A0t%C4%9Bp%C3%A1n_Rak>,
        <http://id.loc.gov/authorities/names/no90011174>,
        <http://www.wikidata.org/entity/Q2802197>,
        <https://musicbrainz.org/artist/ff614684-f3f0-4087-ab8a-af32fb2f39af> .

