@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/1013079> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Gordon Langford" ;
    ns1:birthDate "1930-05-11"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2650228/> ;
    ns1:deathDate "2017-04-18"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Gordon Langford" ;
    skos:exactMatch <http://dbpedia.org/resource/Gordon_Langford>,
        <http://id.loc.gov/authorities/names/n87814647>,
        <http://www.wikidata.org/entity/Q1538046>,
        <https://musicbrainz.org/artist/e46f88d9-ab05-4711-8d1e-e13e6645dde2> .

