@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/1009117> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Giles Swayne" ;
    ns1:birthDate "1946-06-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2646826/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Giles Swayne" ;
    skos:exactMatch <http://id.loc.gov/authorities/names/n81037015>,
        <http://www.wikidata.org/entity/Q1524284>,
        <https://musicbrainz.org/artist/9a69af31-e529-497d-a66c-78c045972eb9> .

