@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/1029740> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alice Goodman" ;
    ns1:birthDate "1958"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5045360/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lbt> ;
    ns1:name "Alice Goodman" ;
    skos:exactMatch <http://dbpedia.org/resource/Alice_Goodman>,
        <http://www.wikidata.org/entity/Q738042>,
        <https://id.loc.gov/authorities/nr88009822>,
        <https://musicbrainz.org/artist/cbc3186a-3575-4836-aaa2-7f27afff30e2> .

