@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/1022959> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lansing D. McLoskey" ;
    ns1:birthDate "1964-08-21"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5375480/> ;
    ns1:hasOccupation <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns1:name "Lansing D. McLoskey" ;
    skos:exactMatch <http://dbpedia.org/resource/Lansing_McLoskey>,
        <http://id.loc.gov/authorities/names/n97105936>,
        <http://www.wikidata.org/entity/Q65933987>,
        <https://musicbrainz.org/artist/0a313407-4a3e-4322-9b8a-c6c7b81b1f41> .

