@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/1022559> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Justin Paul" ;
    ns1:birthDate "1985-01-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4407066/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Justin Paul" ;
    skos:exactMatch <http://dbpedia.org/resource/Justin_Paul>,
        <http://id.loc.gov/authorities/names/no2012146633>,
        <http://www.wikidata.org/entity/Q6317989>,
        <https://musicbrainz.org/artist/1550d91e-6b59-4790-aa61-56097bf2876e> .

