@prefix ns1: <http://schema.org/> .
@prefix ns2: <http://d-nb.info/standards/elementset/gnd#> .
@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/29977> a <http://data.carnegiehall.org/model/Entity>,
        ns1:Person ;
    rdfs:label "Lanny Ross" ;
    ns2:playedInstrument <http://data.carnegiehall.org/instruments/62> ;
    ns1:birthDate "1906-01-19"^^xsd:date ;
    ns1:birthPlace <https://sws.geonames.org/5809844/> ;
    ns1:deathDate "1988-04-25"^^xsd:date ;
    ns1:hasOccupation <http://data.carnegiehall.org/roles/661> ;
    ns1:name "Lanny Ross" ;
    skos:exactMatch <http://dbpedia.org/resource/Lanny_Ross>,
        <http://www.wikidata.org/entity/Q6487279>,
        <https://id.loc.gov/authorities/names/no90021488>,
        <https://musicbrainz.org/artist/8262c7d9-758b-4760-bd6a-b9d2ccb452b2> .

