@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/1016130> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Billy Roberts" ;
    ns1:birthDate "1936-08-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4580543/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Billy Roberts" ;
    skos:exactMatch <http://dbpedia.org/resource/Billy_Roberts>,
        <http://id.loc.gov/authorities/names/n95084897>,
        <http://www.wikidata.org/entity/Q2742614>,
        <https://musicbrainz.org/artist/197ef0a7-3a9d-4df1-aa4c-f945e4f631ba> .

