@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/1023767> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Michael Gibbs" ;
    ns1:birthDate "1937-09-25"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/890299/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Michael Gibbs" ;
    skos:exactMatch <http://dbpedia.org/resource/Michael_Gibbs_(composer)>,
        <http://www.wikidata.org/entity/Q1750306>,
        <https://id.loc.gov/authorities/names/n93086829>,
        <https://musicbrainz.org/artist/b356db98-76fc-4e9c-98ed-a1dfb575e922> .

