@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/1026058> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Rupert Brooke" ;
    ns1:birthDate "1887-08-03"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2638978/> ;
    ns1:deathDate "1915-04-23"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "Rupert Brooke" ;
    skos:exactMatch <http://dbpedia.org/resource/Rupert_Brooke>,
        <http://www.wikidata.org/entity/Q366086>,
        <https://id.loc.gov/authorities/names/n80057200>,
        <https://musicbrainz.org/artist/69f4d30c-8349-4ede-809f-f9e3218afea9> .

