@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/98550> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "A. Clyde Roller" ;
    ns1:birthDate "1914-10-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4406271/> ;
    ns1:deathDate "2005-10-16"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "A. Clyde Roller" ;
    skos:exactMatch <http://dbpedia.org/resource/A._Clyde_Roller>,
        <http://id.loc.gov/authorities/names/n94025532>,
        <http://www.wikidata.org/entity/Q4647648>,
        <https://musicbrainz.org/artist/acc63e25-b7bf-4d0c-8ee3-00d46223c79a> .

