@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/1030747> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sheldon Allman" ;
    ns1:birthDate "1924-06-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4887398/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Sheldon Allman" ;
    skos:exactMatch <http://dbpedia.org/resource/Sheldon_Allman>,
        <http://www.wikidata.org/entity/Q3481794>,
        <https://id.loc.gov/authorities/n90660270>,
        <https://musicbrainz.org/artist/3e958a36-de1a-4fa6-9ffa-14af6d7c1d29> .

