@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/1030791> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ray Wylie Hubbard" ;
    ns1:birthDate "1946-11-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4551610/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Ray Wylie Hubbard" ;
    skos:exactMatch <http://dbpedia.org/resource/Ray_Wylie_Hubbard>,
        <http://www.wikidata.org/entity/Q1514729>,
        <https://id.loc.gov/authorities/n94095686>,
        <https://musicbrainz.org/artist/bdfe62f0-2769-4367-b0e7-265e400a3a7b> .

