@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/58835> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Molly Picon" ;
    ns1:birthDate "1898-02-28"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "1992-04-05"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/151>,
        <http://data.carnegiehall.org/roles/507>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Molly Picon" ;
    skos:exactMatch <http://dbpedia.org/resource/Molly_Picon>,
        <http://id.loc.gov/authorities/names/n79099053>,
        <http://www.wikidata.org/entity/Q467563>,
        <https://musicbrainz.org/artist/6a659104-ff3a-4770-8784-80b4b0025234> .

