@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/1022059> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Moishe Nadir" ;
    ns1:birthDate "1885"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/700455/> ;
    ns1:deathDate "1943"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/adp>,
        <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Moishe Nadir" ;
    skos:exactMatch <http://dbpedia.org/resource/Moyshe_Nadir>,
        <http://id.loc.gov/authorities/names/nr90008320>,
        <http://www.wikidata.org/entity/Q12409602>,
        <https://musicbrainz.org/artist/1554db1d-9514-4a03-920b-430b1fab853f> .

