@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/1030443> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Larry Kusik" ;
    ns1:birthDate "1919"^^xsd:gYear ;
    ns1:birthPlace <https://sws.geonames.org/5128581/> ;
    ns1:deathDate "2011"^^xsd:gYear ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/lyr> ;
    ns1:name "Larry Kusik" ;
    skos:exactMatch <http://dbpedia.org/resource/Larry_Kusik>,
        <http://www.wikidata.org/entity/Q6490645>,
        <https://id.loc.gov/authorities/n2011026654>,
        <https://musicbrainz.org/artist/f2ef7b46-cc6e-4732-958e-d21ea4735615> .

