@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/1009421> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Mordecai Gebirtig" ;
    ns1:birthDate "1877-05-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3094802/> ;
    ns1:deathDate "1942-06-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Mordecai Gebirtig" ;
    skos:exactMatch <http://dbpedia.org/resource/Mordechai_Gebirtig>,
        <http://id.loc.gov/authorities/names/n82204353>,
        <http://www.wikidata.org/entity/Q707817>,
        <https://musicbrainz.org/artist/53d28777-717d-4ac9-9f45-7a148196fcb7> .

