@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/31222> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Roddy McDowall" ;
    ns1:birthDate "1928-09-17"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6941035/> ;
    ns1:deathDate "1998-10-03"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/409> ;
    ns1:name "Roddy McDowall" ;
    skos:exactMatch <http://dbpedia.org/resource/Roddy_McDowall>,
        <http://id.loc.gov/authorities/names/n85327104>,
        <http://www.wikidata.org/entity/Q283988>,
        <https://musicbrainz.org/artist/b7e026d6-87e5-47cb-b3c0-c226025601bc> .

