@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/1031111> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joe Tex" ;
    ns1:birthDate "1935-08-08"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4723670/> ;
    ns1:deathDate "1982-08-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Joe Tex" ;
    skos:exactMatch <http://dbpedia.org/resource/Joe_Tex>,
        <http://www.wikidata.org/entity/Q1691619>,
        <https://id.loc.gov/authorities/no91017354>,
        <https://musicbrainz.org/artist/bb25e0ba-fd11-4d2a-8ec3-f5674f67c874> .

