@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/1017131> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Paul Lavender" ;
    ns1:birthPlace <https://sws.geonames.org/6252001/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/trc> ;
    ns1:name "Paul Lavender" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n93041980>,
        <http://www.wikidata.org/entity/Q15838460>,
        <https://musicbrainz.org/artist/6c79013c-4f81-44ca-9b33-9dbd2b18c588> .

