@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/1008077> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Charles Villiers Stanford" ;
    ns1:birthDate "1852-09-30"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2964574/> ;
    ns1:deathDate "1924-03-29"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/arr>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Charles Villiers Stanford" ;
    skos:exactMatch <http://dbpedia.org/resource/Charles_Villiers_Stanford>,
        <http://id.loc.gov/authorities/names/n79127801>,
        <http://www.wikidata.org/entity/Q368264>,
        <https://musicbrainz.org/artist/ce0b4047-834e-4554-9bb6-e334f26fb30c> .

