@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/1020224> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "William Engvick" ;
    ns1:birthDate "1914-07-01"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5378538/> ;
    ns1:deathDate "2012-09-04"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "William Engvick" ;
    skos:exactMatch <http://dbpedia.org/resource/William_Engvick>,
        <http://id.loc.gov/authorities/names/n85138471>,
        <http://www.wikidata.org/entity/Q3568595>,
        <https://musicbrainz.org/artist/0092819b-97b1-406d-83dd-4fc460ce0f16> .

