@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/1021082> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Julie Rivé-King" ;
    ns1:birthDate "1854-10-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4508722/> ;
    ns1:deathDate "1937-07-28"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Julie Rivé-King" ;
    skos:exactMatch <http://dbpedia.org/resource/Julie_Riv%C3%A9-King>,
        <http://id.loc.gov/authorities/names/no99054344>,
        <http://www.wikidata.org/entity/Q4394342>,
        <https://musicbrainz.org/artist/8dd6a3ec-aa5c-4586-ae3f-5af6b6b57805> .

