@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/1020877> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gertrude Stein" ;
    ns1:birthDate "1874-02-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5178028/> ;
    ns1:deathDate "1946-07-27"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut>,
        <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Gertrude Stein" ;
    skos:exactMatch <http://dbpedia.org/resource/Gertrude_Stein>,
        <http://id.loc.gov/authorities/names/n79006977>,
        <http://www.wikidata.org/entity/Q188385>,
        <https://musicbrainz.org/artist/077fdc68-7c46-4a91-b399-8f633678edef> .

