@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/35316> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Frances Langford" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns2:birthDate "1913-04-04"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/4161438/> ;
    ns2:deathDate "2005-07-11"^^xsd:date ;
    ns2:name "Frances Langford" ;
    skos:exactMatch <http://dbpedia.org/resource/Frances_Langford>,
        <http://id.loc.gov/authorities/names/n85129725>,
        <http://www.wikidata.org/entity/Q463204>,
        <https://musicbrainz.org/artist/57ec3f0e-7754-48a0-9421-f13daaa6c9d5> .

