@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/1012224> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Adolph Deutsch" ;
    ns1:birthDate "1897-10-20"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2643743/> ;
    ns1:deathDate "1980-01-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Adolph Deutsch" ;
    skos:exactMatch <http://dbpedia.org/resource/Adolph_Deutsch>,
        <http://id.loc.gov/authorities/names/n85378830>,
        <http://www.wikidata.org/entity/Q365310>,
        <https://musicbrainz.org/artist/c2a3945a-6b41-496f-8072-7efe10a5c561> .

