@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/10716> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Antonín Dvorák" ;
    ns1:birthDate "1841-09-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3069927/> ;
    ns1:deathDate "1904-05-01"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Antonín Dvorák" ;
    skos:exactMatch <http://dbpedia.org/resource/Anton%C3%ADn_Dvo%C5%99%C3%A1k>,
        <http://id.loc.gov/authorities/names/n81033190>,
        <http://musicbrainz.org/artist/819eaeb2-8dd8-48a5-ad07-0bcd137985ef>,
        <http://www.wikidata.org/entity/Q7298> .

