@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/42304> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Vicki Lawrence" ;
    ns1:birthDate "1949-03-26"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5359488/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Vicki Lawrence" ;
    skos:exactMatch <http://dbpedia.org/resource/Vicki_Lawrence>,
        <http://id.loc.gov/authorities/names/n94119863>,
        <http://www.wikidata.org/entity/Q292103>,
        <https://musicbrainz.org/artist/86b453a5-87f2-4e7f-aa6b-ec9dfb378689> .

