@prefix ns1: <http://d-nb.info/standards/elementset/gnd#> .
@prefix ns2: <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/34142> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Frank St. Leger" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/783> ;
    ns2:birthDate "1890-05-30"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/1264527/> ;
    ns2:deathDate "1969-12-26"^^xsd:date ;
    ns2:hasOccupation <http://data.carnegiehall.org/roles/439>,
        <http://id.loc.gov/vocabulary/relators/cmp> ;
    ns2:name "Frank St. Leger" ;
    skos:exactMatch <http://dbpedia.org/resource/Frank_St._Leger>,
        <http://id.loc.gov/authorities/names/no00071320>,
        <http://musicbrainz.org/artist/e00871b0-f6b5-41cf-b758-f2f1ea467818>,
        <http://www.wikidata.org/entity/Q4416037> .

