@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/1016215> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Jim Weatherly" ;
    ns1:birthDate "1943-03-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4442067/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Jim Weatherly" ;
    skos:exactMatch <http://dbpedia.org/resource/Jim_Weatherly>,
        <http://id.loc.gov/authorities/names/n93038784>,
        <http://www.wikidata.org/entity/Q15059546>,
        <https://musicbrainz.org/artist/0440cad3-f466-49a8-af97-9cc35de0f317> .

