@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/54704> a <http://data.carnegiehall.org/model/Entity>,
        ns2:Person ;
    rdfs:label "Maxine Sullivan" ;
    ns1:playedInstrument <http://data.carnegiehall.org/instruments/349> ;
    ns2:birthDate "1911-05-13"^^xsd:date ;
    ns2:birthPlace <https://sws.geonames.org/5194067/> ;
    ns2:deathDate "1987-04-07"^^xsd:date ;
    ns2:name "Maxine Sullivan" ;
    skos:exactMatch <http://dbpedia.org/resource/Maxine_Sullivan>,
        <http://www.wikidata.org/entity/Q281341>,
        <https://id.loc.gov/authorities/names/n81071133>,
        <https://musicbrainz.org/artist/813de8c0-1cec-485b-989c-7ed17e998e65> .

