@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#> .

<http://data.carnegiehall.org/names/58448> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "E. G. Marshall" ;
    ns1:birthPlace <https://sws.geonames.org/4560349/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/871> ;
    ns1:name "E. G. Marshall" ;
    skos:exactMatch <http://dbpedia.org/resource/E._G._Marshall>,
        <http://id.loc.gov/authorities/names/nr95030914>,
        <http://www.wikidata.org/entity/Q706165>,
        <https://musicbrainz.org/artist/c921a2b2-ebca-4f8d-8af6-abd86ce7e1fa> .

