@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/24430> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alexander Scourby" ;
    ns1:birthDate "1913-11-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5110302/> ;
    ns1:deathDate "1985-02-22"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/120>,
        <http://data.carnegiehall.org/roles/409>,
        <http://data.carnegiehall.org/roles/507> ;
    ns1:name "Alexander Scourby" ;
    skos:exactMatch <http://dbpedia.org/resource/Alexander_Scourby>,
        <http://www.wikidata.org/entity/Q458589>,
        <https://id.loc.gov/authorities/n81074384>,
        <https://musicbrainz.org/artist/473653cf-16fc-446c-a07f-96ac43d27dca> .

