@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/1030873> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sylvia Dee" ;
    ns1:birthDate "1914-10-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4119403/> ;
    ns1:deathDate "1967-06-12"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Sylvia Dee" ;
    skos:exactMatch <http://dbpedia.org/resource/Sylvia_Dee>,
        <http://www.wikidata.org/entity/Q7660905>,
        <https://id.loc.gov/authorities/no95017754>,
        <https://musicbrainz.org/artist/4ce55ba7-d8e5-414a-8cff-30f2a758b4c8> .

