@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/1016510> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Joseph J. Lilley" ;
    ns1:birthDate "1913-08-16"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/2637343/> ;
    ns1:deathDate "1971-01-01"^^xsd:date ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Joseph J. Lilley" ;
    skos:exactMatch <http://dbpedia.org/resource/Joseph_J._Lilley>,
        <http://id.loc.gov/authorities/names/no92015350>,
        <http://www.wikidata.org/entity/Q3185119>,
        <https://musicbrainz.org/artist/9b709e88-1d0b-4e0a-9776-d0ad06a4a2ba> .

