@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/1010378> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Larry Shields" ;
    ns1:birthDate "1893-09-13"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/4335045/> ;
    ns1:deathDate "1953-11-21"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Larry Shields" ;
    skos:exactMatch <http://dbpedia.org/resource/Larry_Shields>,
        <http://id.loc.gov/authorities/names/no96036965>,
        <http://www.wikidata.org/entity/Q1568121>,
        <https://musicbrainz.org/artist/b9325922-f0cc-4d14-8c82-dd4e985b667e> .

