@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/1030285> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Bill Backer" ;
    ns1:birthDate "1926-06-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5125771/> ;
    ns1:deathDate "2016-05-13"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Bill Backer" ;
    skos:exactMatch <http://dbpedia.org/resource/Bill_Backer>,
        <http://www.wikidata.org/entity/Q24174974>,
        <https://id.loc.gov/authorities/n92100891>,
        <https://musicbrainz.org/artist/e3cd6c6c-6290-403d-ab55-c941d41b77ff> .

