@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/1029086> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Michael Gold" ;
    ns1:birthDate "1894-04-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1967-05-14"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Michael Gold" ;
    skos:exactMatch <http://dbpedia.org/resource/Mike_Gold>,
        <http://id.loc.gov/authorities/names/n82074173>,
        <http://www.wikidata.org/entity/Q1964117>,
        <https://musicbrainz.org/artist/4a4bb34a-cf87-4802-b5f0-4d11913ebc1c> .

