@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/1009801> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rutland Boughton" ;
    ns1:birthDate "1878-01-23"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2656719/> ;
    ns1:deathDate "1960-01-25"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Rutland Boughton" ;
    skos:exactMatch <http://dbpedia.org/resource/Rutland_Boughton>,
        <http://id.loc.gov/authorities/names/n84123344>,
        <http://www.wikidata.org/entity/Q673401>,
        <https://musicbrainz.org/artist/905dc167-06b1-4765-b96e-fb48b7e2055a> .

