@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/1029228> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Knowles Shaw" ;
    ns1:birthDate "1834-10-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4507568/> ;
    ns1:deathDate "1878-06-07"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Knowles Shaw" ;
    skos:exactMatch <http://dbpedia.org/resource/Knowles_Shaw>,
        <http://www.wikidata.org/entity/Q6423420>,
        <https://id.loc.gov/authorities/no93012154>,
        <https://musicbrainz.org/artist/117cd0a5-ff15-4053-8fec-0b90b12e79ce> .

