@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/1028686> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Ed Hill" ;
    ns1:birthPlace <https://sws.geonames.org/5355180/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Ed Hill" ;
    skos:exactMatch <http://dbpedia.org/resource/Ed_Hill>,
        <http://www.wikidata.org/entity/Q15059519>,
        <https://musicbrainz.org/artist/9f2c3b5f-6861-416d-bfec-d29d3ddf4b9d> .

