@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/1021398> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Carolyn Franklin" ;
    ns1:birthDate "1944-05-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4641239/> ;
    ns1:deathDate "1988-04-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Carolyn Franklin" ;
    skos:exactMatch <http://dbpedia.org/resource/Carolyn_Franklin>,
        <http://id.loc.gov/authorities/names/no96024754>,
        <http://www.wikidata.org/entity/Q5045362>,
        <https://musicbrainz.org/artist/f7e8bede-c700-4091-8bf2-5d72d5b7a9d1> .

