@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/83928> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Judith Jamison" ;
    ns1:birthDate "1943-05-10"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:deathDate "2024-11-09"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/946> ;
    ns1:name "Judith Jamison" ;
    skos:exactMatch <http://dbpedia.org/resource/Judith_Jamison>,
        <http://www.wikidata.org/entity/Q6303488>,
        <https://id.loc.gov/authorities/n81064289>,
        <https://musicbrainz.org/artist/558844f5-edd4-4acc-8bef-670a3d6eab7e> .

