@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/1030790> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Guy Clark" ;
    ns1:birthDate "1941-11-06"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5526514/> ;
    ns1:deathDate "2016-05-17"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Guy Clark" ;
    skos:exactMatch <http://dbpedia.org/resource/Guy_Clark>,
        <http://www.wikidata.org/entity/Q1386899>,
        <https://id.loc.gov/authorities/n95083289>,
        <https://musicbrainz.org/artist/e885f72e-4617-46de-9454-5485061f29b3> .

