@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/130153> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sasha Hutchings" ;
    ns1:birthDate "1988-12-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4207400/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/507> ;
    ns1:name "Sasha Hutchings" ;
    skos:exactMatch <http://www.wikidata.org/entity/Q106139009>,
        <https://musicbrainz.org/artist/e698d6d1-bd9d-4dbb-afc6-176e4650f931> .

