@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/1028712> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alice Elgar" ;
    ns1:birthDate "1848-10-09"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/1275812/> ;
    ns1:deathDate "1920-04-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Alice Elgar" ;
    skos:exactMatch <http://dbpedia.org/resource/Alice_Elgar>,
        <http://www.wikidata.org/entity/Q544517>,
        <https://id.loc.gov/authorities/n79037419>,
        <https://musicbrainz.org/artist/c3862b0f-0aef-4e38-8173-4a86ad03294d> .

