@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/47868> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Fanny Brice" ;
    ns1:birthDate "1891-10-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1951-05-29"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151> ;
    ns1:name "Fanny Brice" ;
    skos:exactMatch <http://dbpedia.org/resource/Fanny_Brice>,
        <http://id.loc.gov/authorities/names/n85173112>,
        <http://www.wikidata.org/entity/Q153358>,
        <https://musicbrainz.org/artist/b500874c-8c7d-4353-b928-e1affdd4155b> .

