@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/1030788> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Red Allen" ;
    ns1:birthDate "1930-02-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4301216/> ;
    ns1:deathDate "1993-04-03"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Red Allen" ;
    skos:exactMatch <http://dbpedia.org/resource/Red_Allen_(bluegrass)>,
        <http://www.wikidata.org/entity/Q7303630>,
        <https://id.loc.gov/authorities/n82224305>,
        <https://musicbrainz.org/artist/a8a22048-742d-4e00-8162-51754a8a7c59> .

