@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/1017730> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Clay Boland" ;
    ns1:birthDate "1903-10-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5204476/> ;
    ns1:deathDate "1963-07-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Clay Boland" ;
    skos:exactMatch <http://dbpedia.org/resource/Clay_Boland>,
        <http://id.loc.gov/authorities/names/no2001058557>,
        <http://www.wikidata.org/entity/Q5129839>,
        <https://musicbrainz.org/artist/722d0d63-d9c3-4dc1-a1d5-70a55d34d0c2> .

