@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/1007491> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Conrad Beck" ;
    ns1:birthDate "1901-06-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2659861/> ;
    ns1:deathDate "1989-10-31"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Conrad Beck" ;
    skos:exactMatch <http://dbpedia.org/resource/Conrad_Beck>,
        <http://www.wikidata.org/entity/Q671783>,
        <https://id.loc.gov/authorities/names/n81126838>,
        <https://musicbrainz.org/artist/b01a9dea-9f55-4a90-8743-5ee822d2be0d> .

