@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/1020634> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "George Robert Sims" ;
    ns1:birthDate "1847-09-02"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/6545174/> ;
    ns1:deathDate "1922-09-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/aut> ;
    ns1:name "George Robert Sims" ;
    skos:exactMatch <http://dbpedia.org/resource/George_Robert_Sims>,
        <http://id.loc.gov/authorities/names/n82023996>,
        <http://www.wikidata.org/entity/Q531150>,
        <https://musicbrainz.org/artist/46cb9a80-74df-482e-bad5-56c1cf438faa> .

