@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/142402> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Nicolas Ellis" ;
    ns1:birthDate "1991-09"^^xsd:gYearMonth ;
    ns1:birthPlace <https://sws.geonames.org/6137270/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Nicolas Ellis" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q109315545>,
        <https://musicbrainz.org/artist/7081665c-bab3-449f-b082-b7049da228f1> .

