@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/103812> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Sydney Guillaume" ;
    ns1:birthDate "1982-07-22"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/3718426/> ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/971>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Sydney Guillaume" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/no2004113086>,
        <http://www.wikidata.org/entity/Q18921821>,
        <https://musicbrainz.org/artist/a71dbf9c-16ce-4337-bafb-d89c1a4907c1> .

