@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/49448> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Margaret Cho" ;
    ns1:birthDate "1968-12-05"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5391959/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Margaret Cho" ;
    skos:exactMatch <http://dbpedia.org/resource/Margaret_Cho>,
        <http://id.loc.gov/authorities/names/no99051176>,
        <http://www.wikidata.org/entity/Q257243>,
        <https://musicbrainz.org/artist/030631a1-6cae-4050-ac0c-6854199fa93a> .

