@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/1016395> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Robert Paterson" ;
    ns1:birthDate "1970-04-29"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110629/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Robert Paterson" ;
    skos:exactMatch <http://dbpedia.org/resource/Robert_Paterson_(composer)>,
        <http://id.loc.gov/authorities/names/no00047195>,
        <http://www.wikidata.org/entity/Q7348763>,
        <https://musicbrainz.org/artist/4b445572-9a50-4d4d-b8cf-94927e379675> .

