@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/1002506> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Henryk Wieniawski" ;
    ns1:birthDate "1835-07-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/765876/> ;
    ns1:deathDate "1880-03-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Henryk Wieniawski" ;
    skos:exactMatch <http://dbpedia.org/resource/Henryk_Wieniawski>,
        <http://id.loc.gov/authorities/names/n80028496>,
        <http://musicbrainz.org/artist/a65d57ec-36a7-49ad-b99d-79f01cd45478>,
        <http://www.wikidata.org/entity/Q272184> .

