@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/1007732> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Barry Mason" ;
    ns1:birthDate "1935-07-12"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2633948/> ;
    ns1:deathDate "2021-04-16"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp>,
        <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Barry Mason" ;
    skos:exactMatch <http://dbpedia.org/resource/Barry_Mason>,
        <http://id.loc.gov/authorities/names/no2014167752>,
        <http://www.wikidata.org/entity/Q809069>,
        <https://musicbrainz.org/artist/b17273dd-03bb-4d49-a2e0-ad01e81d32f5> .

