@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/1004554> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William Alwyn" ;
    ns1:birthDate "1905-11-07"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2641430/> ;
    ns1:deathDate "1985-09-11"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "William Alwyn" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Alwyn>,
        <http://id.loc.gov/authorities/names/n79108037>,
        <http://www.wikidata.org/entity/Q541685>,
        <https://musicbrainz.org/artist/843c7b2e-4bdb-4a89-88d2-a1c51048a9b2> .

