@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/1022193> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Houtaf Khoury" ;
    ns1:birthDate "1967"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/272103/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Houtaf Khoury" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2012071807>,
        <https://musicbrainz.org/artist/044b2459-c25e-4fdc-9884-d68d1576fc0a> .

