@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/1007622> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Franx Xaver Pokorny" ;
    ns1:birthDate "1729-12-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3064919/> ;
    ns1:deathDate "1794-07-02"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Franx Xaver Pokorny" ;
    skos:exactMatch <http://dbpedia.org/resource/Franti%C5%A1ek_Xaver_Pokorn%C3%BD>,
        <http://id.loc.gov/authorities/names/n85133981>,
        <http://www.wikidata.org/entity/Q762614>,
        <https://musicbrainz.org/artist/dee45cca-e6b0-4f38-8580-d273df232fb9> .

