@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/1022049> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Chris Rice" ;
    ns1:birthDate "1970-06-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4351871/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Chris Rice" ;
    skos:exactMatch <http://dbpedia.org/resource/Chris_Rice>,
        <http://id.loc.gov/authorities/names/no99013801>,
        <http://www.wikidata.org/entity/Q5107857>,
        <https://musicbrainz.org/artist/90e39019-8b97-4b7b-b72d-a909fb3f9091> .

