@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/1016811> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Reuben Morgan" ;
    ns1:birthDate "1975-08-09"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Reuben Morgan" ;
    skos:exactMatch <http://dbpedia.org/resource/Reuben_Morgan>,
        <http://id.loc.gov/authorities/names/n2007022445>,
        <http://www.wikidata.org/entity/Q1369347>,
        <https://musicbrainz.org/artist/75635ed6-b670-4293-9506-2226d5e218c8> .

