@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/31374> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Roger Norrington" ;
    ns1:birthDate "1934-03-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2640729/> ;
    ns1:deathDate "2025-07-18"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/439> ;
    ns1:name "Roger Norrington" ;
    skos:exactMatch <http://dbpedia.org/resource/Roger_Norrington>,
        <http://www.wikidata.org/entity/Q537083>,
        <https://id.loc.gov/authorities/names/n81127865>,
        <https://musicbrainz.org/artist/2403f8c6-8ccc-48d6-977f-de0baa2d6fed> .

