@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/1004244> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Alex North" ;
    ns1:birthDate "1910-12-04"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4557137/> ;
    ns1:deathDate "1991-09-08"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Alex North" ;
    skos:exactMatch <http://dbpedia.org/resource/Alex_North>,
        <http://www.wikidata.org/entity/Q349448>,
        <https://id.loc.gov/authorities/n83174977>,
        <https://musicbrainz.org/artist/1da369a4-7e66-4b30-8aa7-33426370347a> .

