@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/1001475> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sheila Silver" ;
    ns1:birthDate "1946-10-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5809844/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sheila Silver" ;
    skos:exactMatch <http://dbpedia.org/resource/Sheila_Silver>,
        <http://id.loc.gov/authorities/names/n85353049>,
        <http://www.wikidata.org/entity/Q2277801>,
        <https://musicbrainz.org/artist/cbb8f0cd-9ee2-4265-b13d-d5287b3af466> .

