@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/1013657> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Martin Ellerby" ;
    ns1:birthDate "1957"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/2633551/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Martin Ellerby" ;
    skos:exactMatch <http://dbpedia.org/resource/Martin_Ellerby>,
        <http://www.wikidata.org/entity/Q1903694>,
        <https://id.loc.gov/authorities/names/n85077517>,
        <https://musicbrainz.org/artist/7e9c14f0-480b-4d73-af32-ff1f1429ba6e> .

